diff options
Diffstat (limited to 'components/project/ProjectNav.tsx')
| -rw-r--r-- | components/project/ProjectNav.tsx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/components/project/ProjectNav.tsx b/components/project/ProjectNav.tsx index c62f760e..1654c30d 100644 --- a/components/project/ProjectNav.tsx +++ b/components/project/ProjectNav.tsx @@ -89,13 +89,13 @@ export function ProjectNav({ projectId }: ProjectNavProps) { active: pathname?.includes('stats') , requireRole: ['owner'], }, - { - label: 'Settings', - icon: Settings, - href: `/evcp/data-room/${projectId}/settings`, - active: pathname?.includes('settiings') , - requireRole: ['owner', 'admin'], - }, + // { + // label: 'Settings', + // icon: Settings, + // href: `/evcp/data-room/${projectId}/settings`, + // active: pathname?.includes('settiings') , + // requireRole: ['owner', 'admin'], + // }, ]; const visibleNavItems = navItems.filter(item => |
