diff --git a/components/cart/CartItem/CartItem.tsx b/components/cart/CartItem/CartItem.tsx index 77f3d719e..3ccd62834 100644 --- a/components/cart/CartItem/CartItem.tsx +++ b/components/cart/CartItem/CartItem.tsx @@ -53,9 +53,16 @@ const CartItem = ({ } }, [item.quantity]) + console.log(item) + return ( -
  • -
    +
  • +
    + +
    {item.name}