From 9ede4b51aebd622d3fab1e84461392751b439f1e Mon Sep 17 00:00:00 2001 From: Miqdad Date: Mon, 8 Sep 2025 15:32:51 +0700 Subject: Fix button lanjut pembayaran --- src/lib/checkout/components/Checkout.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'} -- cgit v1.2.3