diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-08 07:12:21 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-08 07:12:21 +0000 |
| commit | 9468bb33e90badaad99d97df54c80da389c39093 (patch) | |
| tree | 78e6f75daf1111fa2d5d1c5b665c0845958b1fae /src/lib/cart/components/Cartheader.jsx | |
| parent | 1056bb941a642b3f173a036d5978cf79b94932b9 (diff) | |
| parent | 079f8029445fdd243e267a4af7c7a4d5780afa24 (diff) | |
Merged in Feature/new-cart-popup (pull request #223)
<iman> update pop up quotation & cart
Diffstat (limited to 'src/lib/cart/components/Cartheader.jsx')
| -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(() => { |
