Skip to content

Commit

Permalink
Merge pull request #869 from w3bdesign/develop
Browse files Browse the repository at this point in the history
Version 1.0.28
  • Loading branch information
w3bdesign authored Jun 28, 2022
2 parents 0f64514 + bc566cf commit 1b14b85
Show file tree
Hide file tree
Showing 4 changed files with 393 additions and 371 deletions.
2 changes: 1 addition & 1 deletion components/Cart/CartPage/RegularCart.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const RegularCart = ({
{cart.products.length &&
cart.products.map((item) => (
<CartItem
key={item}
key={item.cartKey}
item={item}
products={cart.products}
handleRemoveProductClick={handleRemoveProductClick}
Expand Down
Loading

1 comment on commit 1b14b85

@vercel
Copy link

@vercel vercel bot commented on 1b14b85 Jun 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.