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 25450e0 commit 647f5d8Copy full SHA for 647f5d8
1 file changed
src/routes/(console)/organization-[organization]/change-plan/+page.svelte
@@ -478,7 +478,7 @@
478
{@const isStarter = selectedPlan.group === BillingPlanGroup.Starter}
479
{@const isSelfService = data.organization.billingPlanDetails.selfService}
480
{@const isSameGroup = data.organization.billingPlanDetails.group === selectedPlan.group}
481
- {#if !isStarter && !isSameGroup && !isSelfService}
+ {#if !isStarter && !isSameGroup && isSelfService}
482
<EstimatedTotalBox
483
{collaborators}
484
{isDowngrade}
0 commit comments