Skip to content

Commit bcde797

Browse files
committed
fixed flickering
1 parent 6050b09 commit bcde797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/android-getkey.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h3 class="font-h3 text-lg">{{ i18n "android_getkey_title" }}</h3>
77
<div class="mb-4">
88
<label class="label-uppercase mb-2">{{ i18n "android_getkey_price" }}</label>
99
<div class="input-box flex items-center gap-2 w-full lg:w-1/2">
10-
<span x-show="checkoutData.price && checkoutData.price.amount != checkoutData.price.listAmount" x-text="checkoutData.price ? checkoutData.price.listAmount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: checkoutData.price.currency }) : '…'" class="text-gray-500 line-through decoration-red-600"></span>
10+
<span x-show="checkoutData.price && checkoutData.price.amount != checkoutData.price.listAmount" x-text="checkoutData.price ? checkoutData.price.listAmount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: checkoutData.price.currency }) : '…'" class="text-gray-500 line-through decoration-red-600" x-cloak></span>
1111
<span x-text="checkoutData.price ? checkoutData.price.amount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: checkoutData.price.currency }) : '…'"></span>
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)