feat(F-102): completed feature
This commit is contained in:
@@ -185,6 +185,7 @@ export default async function ProductPage({ params }: Props) {
|
||||
priceCents={grossCents}
|
||||
imageUrl={product.images?.[0]?.url}
|
||||
available={true}
|
||||
minPurchaseQty={product.minPurchaseQty ?? 1}
|
||||
/>
|
||||
) : (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user