We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1d48a commit 8dc7a5cCopy full SHA for 8dc7a5c
components/Cart/AddToCartButton.component.jsx
@@ -44,8 +44,6 @@ const AddToCartButton = ({ product }) => {
44
45
localStorage.setItem('woocommerce-cart', JSON.stringify(updatedCart));
46
47
- console.log("Data cart: ", data)
48
-
49
// Update cart data in React Context.
50
setCart(updatedCart);
51
},
0 commit comments