amending type error

This commit is contained in:
Samantha Kellow 2023-08-20 19:58:55 +01:00
parent 6c016248fe
commit 940b0ac930

View File

@ -49,7 +49,7 @@ export default async function ViewSKUs({ params }: { params: { handle: string }
return (
<>
<ProductSKUs productTitle={product.title} />
<ProductSKUs productTitle={product.title} noTitle={true} />
</>
)
};