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 7a14188 commit 9c2be5eCopy full SHA for 9c2be5e
1 file changed
apps/webapp/app/components/navigation/OrganizationSettingsSideMenu.tsx
@@ -163,11 +163,6 @@ export function OrganizationSettingsSideMenu({
163
inactiveIconColor="text-text-dimmed"
164
to={organizationSsoPath(organization)}
165
data-action="sso"
166
- badge={
167
- currentPlan?.v3Subscription?.plan?.code === "enterprise" ? undefined : (
168
- <Badge variant="extra-small">Enterprise</Badge>
169
- )
170
- }
171
/>
172
)}
173
</div>
0 commit comments