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 0f64514 commit 78cbaa9Copy full SHA for 78cbaa9
components/Cart/CartPage/RegularCart.component.jsx
@@ -29,7 +29,7 @@ const RegularCart = ({
29
{cart.products.length &&
30
cart.products.map((item) => (
31
<CartItem
32
- key={item}
+ key={item.cartKey}
33
item={item}
34
products={cart.products}
35
handleRemoveProductClick={handleRemoveProductClick}
0 commit comments