From 1dce23c91a33dc36d4891622069d9abb02b9dddb Mon Sep 17 00:00:00 2001 From: cond0r Date: Thu, 8 Apr 2021 14:13:50 +0300 Subject: [PATCH] Fix missing images --- components/product/ProductCard/ProductCard.tsx | 4 ++-- components/wishlist/WishlistCard/WishlistCard.tsx | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/components/product/ProductCard/ProductCard.tsx b/components/product/ProductCard/ProductCard.tsx index ade53380c..45a19d2dd 100644 --- a/components/product/ProductCard/ProductCard.tsx +++ b/components/product/ProductCard/ProductCard.tsx @@ -34,7 +34,7 @@ const ProductCard: FC = ({ {product?.images && ( {product.name = ({ {product.name = ({ product }) => { const { price } = usePrice({ amount: product.prices?.price?.value, @@ -58,10 +60,10 @@ const WishlistCard: FC = ({ product }) => {
{product.images[0].alt