Skip to content
Snippets Groups Projects
Commit 32f0f4fc authored by Esko Ikkala's avatar Esko Ikkala
Browse files

Disable currently unused tabs

parent 1fc6575b
No related branches found
No related tags found
No related merge requests found
......@@ -141,8 +141,8 @@ let MapApp = (props) => {
textColor="secondary"
>
<Tab label="Places" />
<Tab label="Maps" />
<Tab label="Options" />
<Tab label="Maps" disabled />
<Tab label="Options" disabled />
</Tabs>
<IconButton onClick={props.closeDrawer}>
{theme.direction === 'rtl' ? <ChevronRightIcon /> : <ChevronLeftIcon />}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment