File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments