This commit is contained in:
@@ -44,7 +44,7 @@ export const getSubMenuNameFromPath = (pathname: string): string => {
|
||||
}
|
||||
|
||||
if (pathname.startsWith("/workspace") || pathname.startsWith("/project") || pathname.startsWith("/taskmanager")) {
|
||||
return "other";
|
||||
return "users";
|
||||
}
|
||||
|
||||
const segment = pathname.split("/")[1] ?? "";
|
||||
|
||||
Reference in New Issue
Block a user