This commit is contained in:
kevinpauer 2022-05-12 15:25:55 +02:00
parent b9c09c5641
commit c11644ae53

View File

@ -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;
}); });
} }