mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 16:07:01 +00:00
Update product-page.tsx
This commit is contained in:
parent
22fbd1fb7f
commit
10ce61ab2b
@ -22,7 +22,7 @@ export default function ProductPage({ data }: ProductPageParams) {
|
|||||||
__html: JSON.stringify(productJsonLd)
|
__html: JSON.stringify(productJsonLd)
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<ProductView product={product} relatedProducts={[]} />;
|
<ProductView product={product} relatedProducts={[]} />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user