Skip to content

Commit 647f5d8

Browse files
committed
fix: resolve cost preview hidden
1 parent 25450e0 commit 647f5d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/(console)/organization-[organization]/change-plan

src/routes/(console)/organization-[organization]/change-plan/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
{@const isStarter = selectedPlan.group === BillingPlanGroup.Starter}
479479
{@const isSelfService = data.organization.billingPlanDetails.selfService}
480480
{@const isSameGroup = data.organization.billingPlanDetails.group === selectedPlan.group}
481-
{#if !isStarter && !isSameGroup && !isSelfService}
481+
{#if !isStarter && !isSameGroup && isSelfService}
482482
<EstimatedTotalBox
483483
{collaborators}
484484
{isDowngrade}

0 commit comments

Comments
 (0)