@@ -15,7 +15,6 @@ const SideCart = ({ open, onClose }) => {
useEffect(() => {
- if (cart?.lines?.nodes?.length == 0) window.location.href = "/"
setCartProducts(cart?.lines?.nodes || [])
}, [cart])