This commit is contained in:
Belen Curcio
2021-01-10 15:55:11 -03:00
parent 92a2388bd1
commit 0a05182f3b
6 changed files with 43 additions and 45 deletions

View File

@@ -46,9 +46,9 @@ const ProductCard: FC<Props> = ({ className, product, variant, imgProps }) => {
<span>{product.name}</span>
</h3>
<span className={s.productPrice}>
{product.prices[0].value}
{product.price.value}
&nbsp;
{product.prices[0].currencyCode}
{product.price.currencyCode}
</span>
</div>
<WishlistButton