Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -46,8 +46,7 @@ function ProductDetailContent({
|
||||
name={product.name}
|
||||
description={product.description || ""}
|
||||
price={product.price || ""}
|
||||
image={product.imageSrc || ""}
|
||||
imageAlt={product.imageAlt || product.name}
|
||||
images={[{ src: product.imageSrc || "", alt: product.imageAlt || product.name }]}
|
||||
onAddToCart={handleAddToCart}
|
||||
/>
|
||||
<ProductCart
|
||||
|
||||
Reference in New Issue
Block a user