summaryrefslogtreecommitdiff
path: root/src-migrate/pages
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-31 09:51:26 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-31 09:51:26 +0700
commitae6033238a4e7765bce7cbe96a2662f3c00b67c1 (patch)
treeea6d365de76c4e9142822d16ecb8dec4d7f7426e /src-migrate/pages
parentcf3bcd1f3d1e0649204a786e9532a099772dad85 (diff)
<iman> upadate new cart pop up
Diffstat (limited to 'src-migrate/pages')
-rw-r--r--src-migrate/pages/shop/cart/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/pages/shop/cart/index.tsx b/src-migrate/pages/shop/cart/index.tsx
index a2e477da..c9ff86b7 100644
--- a/src-migrate/pages/shop/cart/index.tsx
+++ b/src-migrate/pages/shop/cart/index.tsx
@@ -28,7 +28,7 @@ const CartPage = () => {
const [buttonSelectNow, setButtonSelectNow] = useState(true);
const [isLoad, setIsLoad] = useState<boolean>(false)
const [isLoadDelete, setIsLoadDelete] = useState<boolean>(false)
- const { loadCart, cart, summary, } = useCartStore();
+ const { loadCart, cart, summary, updateCartItem} = useCartStore();
const useDivvice = useDevice();
const { setRefreshCart } = useProductCartContext()
const [isTop, setIsTop] = useState(true);