diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-08 14:11:32 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-08 14:11:32 +0700 |
| commit | 079f8029445fdd243e267a4af7c7a4d5780afa24 (patch) | |
| tree | c167da48612454158d344d7c576cdcbbb3798749 /src/lib/cart | |
| parent | 6e36b0e78c7ac56c8b7d2f27a19838e9aaa9da98 (diff) | |
<iman> update pop up quotation & cart
Diffstat (limited to 'src/lib/cart')
| -rw-r--r-- | src/lib/cart/components/Cartheader.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cart/components/Cartheader.jsx b/src/lib/cart/components/Cartheader.jsx index c7a8f0b8..6967d180 100644 --- a/src/lib/cart/components/Cartheader.jsx +++ b/src/lib/cart/components/Cartheader.jsx @@ -81,6 +81,7 @@ const Cardheader = (cartCount) => { useEffect(() => { setCountCart(cartCount.cartCount) + setRefreshCart(false) }, [cartCount]) useEffect(() => { |
