From 9ce5511ad8cc7ed09cd10f9fa4f5842def55e7e2 Mon Sep 17 00:00:00 2001 From: Jose Selesan Date: Thu, 4 Jun 2026 11:05:38 -0300 Subject: [PATCH] feat(dashboard): add Dolar Oficial (BNA) card to panel grid --- apps/frontend/src/features/dashboard/DashboardPage.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" /> +