diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-17 08:09:35 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-17 08:09:35 +0000 |
| commit | bea9853efe30c393b0d030bc552c1f5bbb838835 (patch) | |
| tree | 820e12543f847bbcdc8d55b575016c535fb299c6 /components/project/ProjectNav.tsx | |
| parent | 1540eac291761ffd8fc1947ed626e4e4a4407922 (diff) | |
(대표님) 데이터룸 관련 개발사항
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 => |
