From fdefe7cfe899125a9bd553b542976eed0de919c1 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 20 Feb 2023 13:09:22 +0700 Subject: fix --- src/lib/cart/components/Cart.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/cart/components/Cart.jsx b/src/lib/cart/components/Cart.jsx index 0b6ea768..4b9dd41f 100644 --- a/src/lib/cart/components/Cart.jsx +++ b/src/lib/cart/components/Cart.jsx @@ -166,11 +166,12 @@ const Cart = () => {
{ currencyFormat(product?.price?.priceDiscount * product?.quantity) }
-
+
@@ -189,7 +190,7 @@ const Cart = () => { +