summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-09-08 15:32:51 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-09-08 15:32:51 +0700
commit9ede4b51aebd622d3fab1e84461392751b439f1e (patch)
tree0347bcfaeb3beecc5509991367efe1a6649bb47f /src/lib
parent9200bc2c96970ceea88850e325bc70a65db564e0 (diff)
<Miqdad> Fix button lanjut pembayaran
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/checkout/components/Checkout.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx
index c789edc1..a0f2bd2a 100644
--- a/src/lib/checkout/components/Checkout.jsx
+++ b/src/lib/checkout/components/Checkout.jsx
@@ -1577,7 +1577,8 @@ const Checkout = () => {
!products ||
products?.length == 0 ||
priceCheck ||
- hasNoPrice
+ hasNoPrice ||
+ isLoading
}
>
{isLoading ? 'Loading...' : 'Lanjut Pembayaran'}