Add default balance to dashboard
This commit is contained in:
parent
967bdb2665
commit
6ea1c77ef2
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue