We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159a39b commit ac3bdfbCopy full SHA for ac3bdfb
1 file changed
apps/webapp/app/components/navigation/SideMenu.tsx
@@ -1253,7 +1253,7 @@ function OrgSelector({
1253
align="start"
1254
style={{ maxHeight: `calc(var(--radix-popover-content-available-height) - 10vh)` }}
1255
>
1256
- <PopoverSectionHeader title="Organization" />
+ {!isCollapsed && <PopoverSectionHeader title="Organization" />}
1257
<div className="flex flex-col gap-1 p-1">
1258
<PopoverMenuItem
1259
to={organizationSettingsPath(organization)}
0 commit comments