Skip to content

Commit e7de120

Browse files
authored
fix(webapp): remove Enterprise badge from SSO & Directory Sync menu item (#4333)
## What The organization side menu previously showed an "Enterprise" badge next to the SSO & Directory Sync item for any org not on the enterprise plan. That badge is now removed so the item renders without it. ## Screenshot (before) <img width="1428" height="649" alt="CleanShot 2026-07-10 at 08 24 41" src="https://github.com/user-attachments/assets/b9787363-972f-4dd5-bf61-486680f49f4c" />
1 parent 7a14188 commit e7de120

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

apps/webapp/app/components/navigation/OrganizationSettingsSideMenu.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@ export function OrganizationSettingsSideMenu({
163163
inactiveIconColor="text-text-dimmed"
164164
to={organizationSsoPath(organization)}
165165
data-action="sso"
166-
badge={
167-
currentPlan?.v3Subscription?.plan?.code === "enterprise" ? undefined : (
168-
<Badge variant="extra-small">Enterprise</Badge>
169-
)
170-
}
171166
/>
172167
)}
173168
</div>

0 commit comments

Comments
 (0)