Merge branch 'frontend' of https://github.com/WebEngineering2/TelegramAktienBot into frontend
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
<!-- Name Column -->
|
||||
<ng-container matColumnDef="name">
|
||||
<th mat-header-cell *matHeaderCellDef>Price</th>
|
||||
<td mat-cell *matCellDef="let element">{{ element.price }}$</td>
|
||||
<td mat-cell *matCellDef="let element">{{ element.price }}€</td>
|
||||
</ng-container>
|
||||
|
||||
<!-- Weight Column -->
|
||||
|
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user