mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
map_list: fixed setting initial data
This commit is contained in:
parent
0c51dc44df
commit
3d718b5a2c
4 changed files with 5 additions and 9 deletions
|
@ -26,13 +26,10 @@ export const RouteRow = ({
|
|||
<Icon icon="icon-link-1" />
|
||||
{_id}
|
||||
</span>
|
||||
</div>
|
||||
<div className="route-description">
|
||||
<span>
|
||||
<Icon icon="icon-cycle-1" />
|
||||
{(distance && `${distance} km`) || '0 km'}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue