Frontend #143

Merged
Rripped merged 11 commits from frontend into main 2022-05-08 08:44:39 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit db6b7a7f02 - Show all commits

View File

@ -99,7 +99,7 @@ export class DashboardComponent implements OnInit {
this.dataSourceTransactions = TRANSACTION_DATA;
//TODO move to helper service
this.profit -= this.depotCost;
this.profit += this.depotCost;
});
}

View File

@ -30,7 +30,7 @@ export class UserDialogComponent {
this.data.isin,
this.data.time,
+this.data.count,
+this.data.price.toFixed(2)
+this.data.price.toFixed(2) * -1
)
.subscribe((data) => {
console.log(data);