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