Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -242,8 +242,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="productDetail" data-section="productDetail">
|
||||
<ProductDetailCard
|
||||
images={images}
|
||||
onAddToCart={handleAddToCart}
|
||||
onBuyNow={handleBuyNow}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -252,7 +250,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
onClose={() => setCartOpen(false)}
|
||||
items={cartItems}
|
||||
total={cartTotal}
|
||||
isLoading={isCheckoutLoading}
|
||||
/>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user