From f1e0a83bd1ea3a1d5f61853ca6641bc5dd6a512c Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Wed, 19 Feb 2025 00:07:52 +0530 Subject: [PATCH] remove (wip) from test menu item --- apps/rowboat/app/projects/[projectId]/menu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rowboat/app/projects/[projectId]/menu.tsx b/apps/rowboat/app/projects/[projectId]/menu.tsx index 0b966650..642b228a 100644 --- a/apps/rowboat/app/projects/[projectId]/menu.tsx +++ b/apps/rowboat/app/projects/[projectId]/menu.tsx @@ -57,7 +57,7 @@ export default function Menu({ /> } selected={pathname.startsWith(`/projects/${projectId}/simulation`)} @@ -86,4 +86,4 @@ export default function Menu({ selected={pathname.startsWith(`/projects/${projectId}/integrate`)} />*/} ; -} \ No newline at end of file +}