From 94f422e5402812dcab5f0e7fc1da059baa69a113 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 3 Nov 2025 15:49:49 +0100 Subject: [PATCH] Remove invalid size prop from RechartsPortfolioPieChart component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed TypeScript error where size prop was being passed to RechartsPortfolioPieChart but the component only accepts projects and totalTons props. The component is responsive by default and doesn't need a size parameter. This resolves the Docker build error: Property 'size' does not exist on type 'IntrinsicAttributes & RechartsPortfolioPieChartProps' Verified with tsc --noEmit that no other TypeScript errors exist. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/checkout/success/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/checkout/success/page.tsx b/app/checkout/success/page.tsx index dfec8ac..93c21a1 100644 --- a/app/checkout/success/page.tsx +++ b/app/checkout/success/page.tsx @@ -451,7 +451,6 @@ export default function CheckoutSuccessPage() {