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 }) => {