Bump API Version (#399)

* Bump API Version

* changes
This commit is contained in:
B
2021-06-29 13:46:29 -03:00
committed by GitHub
parent 08813be880
commit a314893f62
2 changed files with 2 additions and 2 deletions

View File

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