Skip to content

Commit 78cbaa9

Browse files
committed
cartKey in cart
1 parent 0f64514 commit 78cbaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)