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