diff --git a/apps/frontend/src/features/dashboard/DashboardPage.tsx b/apps/frontend/src/features/dashboard/DashboardPage.tsx index f33248f..6b6d58b 100644 --- a/apps/frontend/src/features/dashboard/DashboardPage.tsx +++ b/apps/frontend/src/features/dashboard/DashboardPage.tsx @@ -127,6 +127,7 @@ export function DashboardPage() { const belo = quotes?.find((q) => q.type === "BELO"); const blue = quotes?.find((q) => q.type === "BLUE"); + const bna = quotes?.find((q) => q.type === "BNA"); const now = new Date(); const { data: monthlyExpenses } = useMonthlyPayedTotal( @@ -156,7 +157,7 @@ export function DashboardPage() { Actualizar -
+

Pagos pendientes

@@ -176,6 +177,7 @@ export function DashboardPage() { variant="minimal" /> +