diff --git a/web/src/pages/DashboardPage.tsx b/web/src/pages/DashboardPage.tsx index d0a610a..18f9765 100644 --- a/web/src/pages/DashboardPage.tsx +++ b/web/src/pages/DashboardPage.tsx @@ -379,12 +379,6 @@ export default function DashboardPage() { } } - // Get plan details to check if fully funded - const planDetail = data.fixedPlans.find(p => p.id === first.id); - const totalCents = planDetail?.totalCents ?? 0; - const fundedCents = planDetail?.fundedCents ?? 0; - const isFullyFunded = fundedCents >= totalCents; - await openDueItem(first); // Store queue for potential future bills