mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
show stars to everyone at mine tab
This commit is contained in:
parent
644a15b782
commit
d79eed6d70
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export const RouteRowView = ({
|
|||
>
|
||||
<div className="route-title">
|
||||
{
|
||||
(tab === 'all' || tab === 'starred') && is_starred && !is_admin &&
|
||||
(tab === 'mine' || !is_admin) && is_starred &&
|
||||
<Icon icon="icon-star-fill" size={18} />
|
||||
}
|
||||
<span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue