diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 2734509..5388f42 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -148,7 +148,6 @@ export default function ProductPage({ params }: ProductPageProps) {
setCartOpen(false)} items={cartItems} - onUpdateQuantity={updateQuantity} onRemove={removeItem} total={cartTotal} onCheckout={handleCheckout}