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 338056b commit 7431196Copy full SHA for 7431196
src/utils/organization.mts
@@ -14,5 +14,5 @@ export function getOrgSlugs(orgs: Organizations): string[] {
14
}
15
16
export function hasEnterpriseOrgPlan(orgs: Organizations): boolean {
17
- return orgs.some(o => o.plan === 'enterprise')
+ return orgs.some(o => o.plan.includes('enterprise'))
18
0 commit comments