Skip to content

Commit 6c079f2

Browse files
committed
Remove x-show condition from payment method update button
1 parent d125ab1 commit 6c079f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/hub-billing/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1 class="font-h1">{{ .Title }}</h1>
151151
152152
</p>
153153
<p class="mt-2">
154-
<button :disabled="subscriptionData.inProgress || subscriptionData.details.state == 'deleted'" x-show="subscriptionData.details.update_url" @click.prevent="hubSubscription.updatePaymentMethod('{{ .Site.Language.Lang }}')" class="text-xs text-btn text-primary">
154+
<button :disabled="subscriptionData.inProgress || subscriptionData.details.state == 'deleted'" @click.prevent="hubSubscription.updatePaymentMethod('{{ .Site.Language.Lang }}')" class="text-xs text-btn text-primary">
155155
<i class="fas fa-external-link fa-fw"></i>
156156
{{ i18n "hub_billing_manage_payment_info_update_action" . }}
157157
</button>

0 commit comments

Comments
 (0)