Add default balance to dashboard

This commit is contained in:
William Brawner 2018-08-31 21:16:08 -05:00
parent 967bdb2665
commit 6ea1c77ef2

View file

@ -22,6 +22,7 @@ export class DashboardComponent implements OnInit {
) { } ) { }
ngOnInit() { ngOnInit() {
this.balance = 0;
this.getBalance(); this.getBalance();
this.getTransactions(); this.getTransactions();
this.getCategories(); this.getCategories();