mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
remove (wip) from test menu item
This commit is contained in:
parent
694e1f90ae
commit
f1e0a83bd1
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ export default function Menu({
|
|||
/>
|
||||
<NavLink
|
||||
href={`/projects/${projectId}/simulation`}
|
||||
label="Test (wip)"
|
||||
label="Test"
|
||||
collapsed={collapsed}
|
||||
icon={<PlayIcon size={16} />}
|
||||
selected={pathname.startsWith(`/projects/${projectId}/simulation`)}
|
||||
|
|
@ -86,4 +86,4 @@ export default function Menu({
|
|||
selected={pathname.startsWith(`/projects/${projectId}/integrate`)}
|
||||
/>*/}
|
||||
</div>;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue