mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
amending type error
This commit is contained in:
@@ -49,7 +49,7 @@ export default async function ViewSKUs({ params }: { params: { handle: string }
|
||||
|
||||
return (
|
||||
<>
|
||||
<ProductSKUs productTitle={product.title} />
|
||||
<ProductSKUs productTitle={product.title} noTitle={true} />
|
||||
</>
|
||||
)
|
||||
};
|
Reference in New Issue
Block a user