mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 07:56:59 +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 (
|
return (
|
||||||
<>
|
<>
|
||||||
<ProductSKUs productTitle={product.title} />
|
<ProductSKUs productTitle={product.title} noTitle={true} />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
};
|
};
|
Loading…
x
Reference in New Issue
Block a user