This commit is contained in:
Bel Curcio 2021-06-29 13:44:09 -03:00
parent 10e2324d06
commit b719971742

View File

@ -83,7 +83,7 @@ const ProductCard: FC<Props> = ({
<Image <Image
alt={product.name || 'Product Image'} alt={product.name || 'Product Image'}
className={s.productImage} className={s.productImage}
src={product.images[0].url || placeholderImg} src={product.images[0]?.url || placeholderImg}
height={540} height={540}
width={540} width={540}
quality="85" quality="85"