diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 50529cd..f01be7e 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -242,7 +242,6 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -253,7 +252,6 @@ export default function ProductPage({ params }: ProductPageProps) { onClose={() => setCartOpen(false)} items={cartItems} total={cartTotal} - onCheckout={handleCheckout} isLoading={isCheckoutLoading} />