This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user