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