From 940b0ac930dcec0e15b56d25a2ea0ea0abc5c060 Mon Sep 17 00:00:00 2001 From: Samantha Kellow Date: Sun, 20 Aug 2023 19:58:55 +0100 Subject: [PATCH] amending type error --- app/product/[handle]/sku/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/product/[handle]/sku/page.tsx b/app/product/[handle]/sku/page.tsx index bcc983536..182dc89c8 100644 --- a/app/product/[handle]/sku/page.tsx +++ b/app/product/[handle]/sku/page.tsx @@ -49,7 +49,7 @@ export default async function ViewSKUs({ params }: { params: { handle: string } return ( <> - + ) }; \ No newline at end of file