diff --git a/pkg/interface/src/views/landscape/components/Sidebar/Sidebar.tsx b/pkg/interface/src/views/landscape/components/Sidebar/Sidebar.tsx index 6205658d77..b69a904726 100644 --- a/pkg/interface/src/views/landscape/components/Sidebar/Sidebar.tsx +++ b/pkg/interface/src/views/landscape/components/Sidebar/Sidebar.tsx @@ -97,10 +97,6 @@ export function Sidebar(props: SidebarProps) { const role = props.groups?.[groupPath] ? roleForShip(props.groups[groupPath], window.ship) : undefined; const isAdmin = (role === "admin") || (workspace?.type === 'home'); - const newStyle = { - display: isAdmin ? "block" : "none" - }; - return (