mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
dialogs: new appearance
This commit is contained in:
parent
fc5b6009cb
commit
78216ee94e
5 changed files with 25 additions and 9 deletions
|
@ -13,7 +13,7 @@ type Props = {
|
|||
};
|
||||
|
||||
const Component = ({ routes, editing, routes_sorted }: Props) => (
|
||||
<div className="dialog-maplist">
|
||||
<div className="dialog-content dialog-maplist">
|
||||
{
|
||||
routes_sorted.map(id => (
|
||||
<RouteRow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue