From 6167fcd92550534dca6c4a05ee3c0ab9005981ed Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 13 Oct 2020 09:14:51 -0300 Subject: [PATCH] new assets --- components/product/ProductCard/ProductCard.tsx | 2 +- components/product/ProductView/ProductView.tsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/product/ProductCard/ProductCard.tsx b/components/product/ProductCard/ProductCard.tsx index 97acf1daa..2effe27eb 100644 --- a/components/product/ProductCard/ProductCard.tsx +++ b/components/product/ProductCard/ProductCard.tsx @@ -41,7 +41,7 @@ const ProductCard: FC = ({ className, node: p, variant }) => {
diff --git a/components/product/ProductView/ProductView.tsx b/components/product/ProductView/ProductView.tsx index 3aa8c77dc..5453a3daf 100644 --- a/components/product/ProductView/ProductView.tsx +++ b/components/product/ProductView/ProductView.tsx @@ -42,6 +42,8 @@ const ProductView: FC = ({ product, className }) => { const activeSize = choices.size const activeColor = choices.color + console.log(product.images.edges.map((n) => n.node)) + return (
@@ -58,7 +60,7 @@ const ProductView: FC = ({ product, className }) => {