Skip to content

Commit 9c2be5e

Browse files
committed
fix(webapp): remove Enterprise badge from SSO & Directory Sync menu item
1 parent 7a14188 commit 9c2be5e

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)