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 02a7b51 commit b1af33eCopy full SHA for b1af33e
utils/functions/functions.js
@@ -110,7 +110,6 @@ export const getUpdatedProducts = (
110
updatedProduct.totalPrice = parseFloat(
111
(updatedProduct.price * updatedProduct.qty).toFixed(2)
112
);
113
-
114
return updatedProducts;
115
}
116
// If product not found push the new product to the existing product array.
0 commit comments