Skip to content

Commit 1b14b85

Browse files
authored
Merge pull request #869 from w3bdesign/develop
Version 1.0.28
2 parents 0f64514 + bc566cf commit 1b14b85

File tree

4 files changed

+393
-371
lines changed

4 files changed

+393
-371
lines changed

components/Cart/CartPage/RegularCart.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const RegularCart = ({
2929
{cart.products.length &&
3030
cart.products.map((item) => (
3131
<CartItem
32-
key={item}
32+
key={item.cartKey}
3333
item={item}
3434
products={cart.products}
3535
handleRemoveProductClick={handleRemoveProductClick}

0 commit comments

Comments
 (0)