Skip to content

Commit

Permalink
Corrigindo problema de integração com Supabase - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Rosemberg authored Jul 27, 2024
1 parent 3c00a68 commit 9f0bc2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ document.addEventListener('DOMContentLoaded', () => {
if (name && !isNaN(balance)) {
addAccount(name, balance);
} else {
alert('Preencha todos os campos corretamente.');
alert('Preencha todos os campos corretamente.');
}
});

Expand All @@ -233,7 +233,9 @@ document.addEventListener('DOMContentLoaded', () => {
// Carrega contas ao iniciar
loadAccounts();

// Funções de inicialização
updateTransactionCategories();
updateTotalBalance();
updateCharts();
});

0 comments on commit 9f0bc2b

Please sign in to comment.