From f14cc086524fd2aea4266a3c259d75c53b07ab4a 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:38:08 +0000 Subject: [PATCH] Fix: Calendar negative sign issue Corrects the calendar view to display revenue transactions with positive values. --- src/pages/Calendario.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/Calendario.tsx b/src/pages/Calendario.tsx index d636c94..1f7838f 100644 --- a/src/pages/Calendario.tsx +++ b/src/pages/Calendario.tsx @@ -123,16 +123,16 @@ const CalendarioPage = () => {