From bea9853efe30c393b0d030bc552c1f5bbb838835 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 17 Oct 2025 08:09:35 +0000 Subject: (대표님) 데이터룸 관련 개발사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/project/ProjectNav.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'components/project/ProjectNav.tsx') 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 => -- cgit v1.2.3