Fix #185
This commit is contained in:
parent
b9c09c5641
commit
c11644ae53
@ -63,7 +63,7 @@ export class DashboardComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.dataSourceTransactions = TRANSACTION_DATA;
|
this.dataSourceTransactions = TRANSACTION_DATA;
|
||||||
this.profit = this.depotCurrentValue - this.depotCost;
|
this.profit = this.depotCurrentValue + this.depotCost;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user