Skip to content

Commit 9f8ce80

Browse files
committed
Update AddToCartButton.component.jsx
1 parent 747cce2 commit 9f8ce80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/Cart/AddToCartButton.component.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const AddToCartButton = ({ product }) => {
6161
if (addToCartError) {
6262
setRequestError(addToCartError.graphQLErrors[0].message);
6363
}
64-
6564
// Show View Cart Button
6665
setShowViewCart(true);
6766
setshowAddToCart(true);

0 commit comments

Comments
 (0)