mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Changes
This commit is contained in:
@@ -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}
|
||||
|
||||
{product.prices[0].currencyCode}
|
||||
{product.price.currencyCode}
|
||||
</span>
|
||||
</div>
|
||||
<WishlistButton
|
||||
|
Reference in New Issue
Block a user