panels: map, logo top bar

This commit is contained in:
muerwre 2018-12-07 12:58:51 +07:00
parent 3de025b0df
commit 43f4b5cda0
8 changed files with 111 additions and 56 deletions

View file

@ -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">