diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-01 19:31:50 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-01 19:31:50 +0700 |
| commit | 815ff154cde6da4a0dcf0831ad3521cfd67e0340 (patch) | |
| tree | 9ec2fcd4345ddd91fc137de08381a67e5538db11 /src/lib/checkout/components/Checkout.jsx | |
| parent | 77f976d3bd09d9e00d4d55bbd40579b439405d96 (diff) | |
<miqdad> fix hasflashsale error checkout page
Diffstat (limited to 'src/lib/checkout/components/Checkout.jsx')
| -rw-r--r-- | src/lib/checkout/components/Checkout.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
