Fix #179 #180
@ -63,7 +63,7 @@ export class DashboardComponent implements OnInit {
|
||||
});
|
||||
}
|
||||
this.dataSourceTransactions = TRANSACTION_DATA;
|
||||
this.profit = this.depotCurrentValue - this.depotCost;
|
||||
this.profit = this.depotCurrentValue + this.depotCost;
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user