From ccb5ea650de36e537802893d0abb351739b480b8 Mon Sep 17 00:00:00 2001 From: trisusilo48 Date: Fri, 12 Jul 2024 13:31:24 +0700 Subject: bug --- src/lib/checkout/components/Checkout.jsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index 3c2b8a09..73040425 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -245,7 +245,6 @@ const Checkout = () => { setTotalWeight(cartCheckout?.totalWeight.g); setHasFlashSale(cartCheckout?.products[0]?.hasFlashsale ? cartCheckout.products[0].hasFlashsale : false); }, [cartCheckout]); - useEffect(() => { setCheckoutValidation(false); @@ -1392,9 +1391,6 @@ const Checkout = () => {
Grand Total
{currencyFormat(grandTotal)} - {currencyFormat( - cartCheckout?.grandTotal + finalShippingAmt - )}
)} -- cgit v1.2.3