Skip to content

Commit b21b3b1

Browse files
committed
skip trial configurable
1 parent 5b496f5 commit b21b3b1

File tree

1 file changed

+4
-0
lines changed
  • src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/org/[organizationId]/(specific-organization-pages)/@sidebar

1 file changed

+4
-0
lines changed

src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/org/[organizationId]/(specific-organization-pages)/@sidebar/OrganizationSidebar.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ async function OrganizationSubscriptionSidebarCard({
2626

2727
const isOrganizationAdmin = userRole === 'admin' || userRole === 'owner'
2828

29+
if (process.env.NEXT_PUBLIC_HIDE_FREE_TRIAL_DIALOG === "true") {
30+
return null
31+
}
32+
2933
switch (normalizedSubscription.type) {
3034
case 'bypassed_enterprise_organization':
3135
return null;

0 commit comments

Comments
 (0)