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 e08535f commit 7c6428eCopy full SHA for 7c6428e
utils/functions/functions.js
@@ -67,7 +67,7 @@ export const updateCart = (
67
quantityToBeAdded,
68
newQuantity = false
69
) => {
70
- const updatedProducts = getUpdatedProducts(
+ getUpdatedProducts(
71
existingCart.products,
72
product,
73
0 commit comments