fix: apply credit screen

This commit is contained in:
Arman
2024-09-25 10:06:55 +02:00
parent e4a47c8a67
commit 0558d6959d
@@ -271,7 +271,7 @@
</div>
</div>
{/if}
{#if selectedOrg?.billingPlan !== BillingPlan.FREE}
{#if selectedOrg?.$id && selectedOrg?.billingPlan !== BillingPlan.FREE}
<section
class="card u-margin-block-start-24"
style:--p-card-padding="1.5rem"
@@ -287,7 +287,7 @@
{/if}
</section>
{:else if selectedOrgId}
<div class:u-margin-block-start={campaign?.template === 'card'}>
<div class:u-margin-block-start-24={campaign?.template === 'card'}>
<EstimatedTotalBox
fixedCoupon={!!data?.couponData?.code}
billingPlan={BillingPlan.PRO}