From e7de1206614e0eb57c4c7141ab49dcb64b0fe442 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Wed, 22 Jul 2026 12:49:37 +0100 Subject: [PATCH] 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) CleanShot 2026-07-10 at 08 24 41 --- .../components/navigation/OrganizationSettingsSideMenu.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/webapp/app/components/navigation/OrganizationSettingsSideMenu.tsx b/apps/webapp/app/components/navigation/OrganizationSettingsSideMenu.tsx index 17bc4a047..8790e4794 100644 --- a/apps/webapp/app/components/navigation/OrganizationSettingsSideMenu.tsx +++ b/apps/webapp/app/components/navigation/OrganizationSettingsSideMenu.tsx @@ -163,11 +163,6 @@ export function OrganizationSettingsSideMenu({ inactiveIconColor="text-text-dimmed" to={organizationSsoPath(organization)} data-action="sso" - badge={ - currentPlan?.v3Subscription?.plan?.code === "enterprise" ? undefined : ( - Enterprise - ) - } /> )}