File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ <h1 class="font-h1">{{ .Title }}</h1>
151
151
–
152
152
</ p >
153
153
< 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 ">
155
155
< i class ="fas fa-external-link fa-fw "> </ i >
156
156
{{ i18n "hub_billing_manage_payment_info_update_action" . }}
157
157
</ button >
You can’t perform that action at this time.
0 commit comments