Skip to content

Commit 5c84939

Browse files
committed
fix: failing e2e test due to custom plan addition in the list.
1 parent b9a982d commit 5c84939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/billing/planSelection.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
{formatCurrency(scalePlan?.price ?? 0)} per month + usage
7575
</Typography.Text>
7676
</LabelCard>
77-
{#if !isBasePlan}
77+
{#if $currentPlan && !isBasePlan}
7878
<LabelCard
7979
name="plan"
8080
bind:group={billingPlan}

0 commit comments

Comments
 (0)