edit route icon proposal

This commit is contained in:
muerwre 2019-02-07 17:03:59 +07:00
parent bc98faa9f2
commit 4b96a1bc4f
3 changed files with 57 additions and 19 deletions

View file

@ -138,6 +138,7 @@ class Component extends React.Component<Props> {
{...route}
key={route._id}
openRoute={this.openRoute}
tab={tab}
/>
))
}