From 10ce61ab2b58309238c9208fcdfab15839ec7a86 Mon Sep 17 00:00:00 2001 From: Henrik Larsson Date: Tue, 15 Aug 2023 21:15:53 +0200 Subject: [PATCH] Update product-page.tsx --- components/pages/product-page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pages/product-page.tsx b/components/pages/product-page.tsx index c844c7bba..54a060aad 100644 --- a/components/pages/product-page.tsx +++ b/components/pages/product-page.tsx @@ -22,7 +22,7 @@ export default function ProductPage({ data }: ProductPageParams) { __html: JSON.stringify(productJsonLd) }} /> - ; + ); }