diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts index dba7a78..126aa6e 100644 --- a/src/app/dashboard/dashboard.component.ts +++ b/src/app/dashboard/dashboard.component.ts @@ -22,6 +22,7 @@ export class DashboardComponent implements OnInit { ) { } ngOnInit() { + this.balance = 0; this.getBalance(); this.getTransactions(); this.getCategories();