mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 11:36:40 +07:00
panels: map, logo top bar
This commit is contained in:
parent
3de025b0df
commit
43f4b5cda0
8 changed files with 111 additions and 56 deletions
|
@ -19,7 +19,11 @@ const Component = ({ routes, editing, routes_sorted }: Props) => (
|
|||
Ваши маршруты
|
||||
</div>
|
||||
<div className="small gray">
|
||||
({routes_sorted.length} шт.)
|
||||
{
|
||||
routes_sorted.length > 0
|
||||
? `${routes_sorted.length} шт.`
|
||||
: '(здесь пока ничего нет)'
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
<Scroll className="dialog-shader">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue