We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b351e9a commit 4636f6bCopy full SHA for 4636f6b
1 file changed
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