Fix #179 #180

Merged
kevinpauer merged 5 commits from frontend into main 2022-05-12 15:04:08 +00:00
Showing only changes of commit c11644ae53 - Show all commits

View File

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