diff --git a/src/pages/Calendario.tsx b/src/pages/Calendario.tsx index 7e0110d..05171f5 100644 --- a/src/pages/Calendario.tsx +++ b/src/pages/Calendario.tsx @@ -131,7 +131,7 @@ const CalendarioPage = () => {
{transaction.categoria} - {transaction.tipo.toLowerCase() === 'entrada' ? '+' : '-'}{formatCurrency(Math.abs(transaction.valor))} + {transaction.tipo.toLowerCase() === 'entrada' ? '' : '-'}{formatCurrency(Math.abs(transaction.valor))}