Added: 'hide' unnecessary navbar items
This commit is contained in:
@@ -99,12 +99,14 @@ const protectedRoutes = [
|
||||
type: 'collapse',
|
||||
name: 'Test',
|
||||
key: 'Test',
|
||||
hide: true,
|
||||
icon: <Icon fontSize="medium">dashboard</Icon>,
|
||||
collapse: [
|
||||
{
|
||||
name: 'Dashboard',
|
||||
key: 'dashboard',
|
||||
route: '/dashboard',
|
||||
hide: true,
|
||||
component: <DashboardScreen />
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user