From 0792eabd4cb2b911e7604c5545e40f785cd840fd Mon Sep 17 00:00:00 2001 From: cond0r Date: Tue, 1 Jun 2021 05:34:28 +0300 Subject: [PATCH] Fix missing images (#264) Co-authored-by: B --- 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