mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
amending type error
This commit is contained in:
parent
6c016248fe
commit
940b0ac930
@ -49,7 +49,7 @@ export default async function ViewSKUs({ params }: { params: { handle: string }
|
||||
|
||||
return (
|
||||
<>
|
||||
<ProductSKUs productTitle={product.title} />
|
||||
<ProductSKUs productTitle={product.title} noTitle={true} />
|
||||
</>
|
||||
)
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user