Bugfix/fix values in position detail dialog (#351)

* Nullify netPerformance

* Introduce precision

* Update changelog
This commit is contained in:
Thomas Kaul
2021-09-07 22:11:38 +02:00
committed by GitHub
parent ee5ab05d8a
commit 9cbf789c22
6 changed files with 29 additions and 18 deletions

View File

@@ -80,7 +80,8 @@
<gf-value
label="Quantity"
size="medium"
[isCurrency]="true"
[locale]="data.locale"
[precision]="2"
[value]="quantity"
></gf-value>
</div>
@@ -103,8 +104,6 @@
<div class="col-6 mb-3">
<gf-value
size="medium"
[isCurrency]="false"
[isInteger]="true"
[label]="transactionCount === 1 ? 'Transaction' : 'Transactions'"
[locale]="data.locale"
[value]="transactionCount"