From eccb0a6cb60f5425d2143004209e02569dadb00f Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 02:34:05 +0000 Subject: [PATCH] Fix: Calendar menu negative sign for revenue Corrects the calendar view to display revenue transactions with positive values, removing the negative sign. --- src/pages/Calendario.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/Calendario.tsx b/src/pages/Calendario.tsx index 05171f5..d636c94 100644 --- a/src/pages/Calendario.tsx +++ b/src/pages/Calendario.tsx @@ -131,7 +131,9 @@ const CalendarioPage = () => {