chore(dashboard-v2): hide notifications and import/export links

This commit is contained in:
Michał Leszczyk 2022-04-15 17:10:29 +02:00
parent 3ed20e670b
commit c325865faa
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 2 additions and 0 deletions

View File

@ -10,12 +10,14 @@ const Sidebar = () => (
<SidebarLink activeClassName="!border-l-primary" to="/settings">
Account
</SidebarLink>
{/*
<SidebarLink activeClassName="!border-l-primary" to="/settings/notifications">
Notifications
</SidebarLink>
<SidebarLink activeClassName="!border-l-primary" to="/settings/export">
Export
</SidebarLink>
*/}
<SidebarLink activeClassName="!border-l-primary" to="/settings/developer-settings">
Developer settings
</SidebarLink>