mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
swapping max to minVarPrice
This commit is contained in:
parent
09e1cf2ef2
commit
8daeb7848c
@ -13,8 +13,8 @@ export default function ProductGridItems({ products }: { products: Product[] })
|
|||||||
alt={product.title}
|
alt={product.title}
|
||||||
label={{
|
label={{
|
||||||
title: product.title,
|
title: product.title,
|
||||||
amount: product.priceRange.maxVariantPrice.amount,
|
amount: product.priceRange.minVariantPrice.amount,
|
||||||
currencyCode: product.priceRange.maxVariantPrice.currencyCode
|
currencyCode: product.priceRange.minVariantPrice.currencyCode
|
||||||
}}
|
}}
|
||||||
src={product.featuredImage?.url}
|
src={product.featuredImage?.url}
|
||||||
width={600}
|
width={600}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user