fix: add-ons displaying when they shouldn't

This commit is contained in:
Arman
2024-07-15 15:30:37 +02:00
parent 66d2c76a75
commit e1132df1ae
@@ -58,7 +58,7 @@
{isTrial ? formatCurrency(0) : formatCurrency(currentPlan?.price)}
</div>
</CollapsibleItem>
{#if $organization?.billingPlan !== BillingPlan.FREE && extraUsage}
{#if $organization?.billingPlan !== BillingPlan.FREE && extraUsage > 0}
<CollapsibleItem isInfo gap={8}>
<svelte:fragment slot="beforetitle">
<span class="body-text-2"><b>Add-ons</b></span><span class="inline-tag"