Update product-page.tsx

This commit is contained in:
Henrik Larsson 2023-08-15 21:15:53 +02:00 committed by GitHub
parent 22fbd1fb7f
commit 10ce61ab2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ export default function ProductPage({ data }: ProductPageParams) {
__html: JSON.stringify(productJsonLd)
}}
/>
<ProductView product={product} relatedProducts={[]} />;
<ProductView product={product} relatedProducts={[]} />
</>
);
}