Skip to content

Commit c522b9f

Browse files
committed
Merge branch 'develop'
2 parents 1b77eff + 49690e4 commit c522b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/hub-billing/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ <h1 class="font-h1 mb-8">{{ .Title }}</h1>
318318
<h2 class="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide uppercase bg-primary-l2 text-dark mb-4">
319319
{{ i18n "hub_billing_checkout_standard_title" . }}
320320
</h2>
321-
<div x-show="!subscriptionData.customBilling?.override" class="flex items-center gap-2">
321+
<div x-show="!subscriptionData.customBilling?.override?.prices" class="flex items-center gap-2">
322322
<span class="uppercase tracking-wide text-xs font-bold cursor-pointer" :class="subscriptionData.billingInterval === 'monthly' ? 'text-gray-700' : 'text-gray-500'" @click="subscriptionData.billingInterval = 'monthly'">
323323
{{ i18n "hub_billing_monthly" . }}
324324
</span>
@@ -407,7 +407,7 @@ <h2 class="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide
407407
<h2 class="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide uppercase bg-primary-l2 text-dark mb-4">
408408
{{ i18n "hub_billing_checkout_enterprise_title" . }}
409409
</h2>
410-
<div x-show="!subscriptionData.customBilling?.override" class="lg:h-[22px]"></div>
410+
<div x-show="!subscriptionData.customBilling?.override?.prices" class="lg:h-[22px]"></div>
411411
<p class="text-5xl font-bold">
412412
{{ i18n "hub_billing_checkout_enterprise_statement" . }}
413413
</p>

0 commit comments

Comments
 (0)