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 16b2278 commit 3c8ca4bCopy full SHA for 3c8ca4b
src/routes/(console)/organization-[organization]/change-plan/+page.svelte
@@ -302,8 +302,7 @@
302
</Layout.Stack>
303
</Fieldset>
304
305
- <!-- Show email input if upgrading from free plan -->
306
- {#if selectedPlan !== BillingPlan.FREE && data.organization.billingPlan === BillingPlan.FREE}
+ {#if isUpgrade}
307
<Fieldset legend="Payment">
308
<SelectPaymentMethod
309
methods={data.paymentMethods}
0 commit comments