From 8e364c6d20c3ab64ef49a98a23c06b65241f80e8 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 14 Oct 2020 17:40:23 -0300 Subject: [PATCH] changes --- components/cart/CartItem/CartItem.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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}