Remove "Profile" from left nav menu
This commit is contained in:
parent
fa2cd60a5e
commit
bf18ed37cd
@ -17,11 +17,13 @@ const menuNavBar: MenuNavBarItem[] = [
|
|||||||
{
|
{
|
||||||
isCurrentUser: true,
|
isCurrentUser: true,
|
||||||
menu: [
|
menu: [
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
icon: mdiAccount,
|
icon: mdiAccount,
|
||||||
label: 'My Profile',
|
label: 'My Profile',
|
||||||
href: '/profile',
|
href: '/profile',
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
isDivider: true,
|
isDivider: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user