From 815ff154cde6da4a0dcf0831ad3521cfd67e0340 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Sun, 1 Jun 2025 19:31:50 +0700 Subject: fix hasflashsale error checkout page --- src/lib/checkout/components/Checkout.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/checkout') diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index 0b386c30..8c80640a 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -174,8 +174,8 @@ const Checkout = () => { const { checkWeigth, setCheckWeight, - hasFlashSale, - setHasFlashSale, + // hasFlashSale, + // setHasFlashSale, checkoutValidation, setCheckoutValidation, biayaKirim, -- cgit v1.2.3