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.
2 parents 16b2278 + 3c8ca4b commit cddbf16Copy full SHA for cddbf16
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