Remove unused isFullyFunded variable
Some checks failed
Deploy / deploy (push) Failing after 49s

This commit is contained in:
Benny
2026-01-29 11:41:38 -06:00
parent 0ab77385c9
commit b8f5f58fc5

View File

@@ -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