Feature/increase decimal places for cryptocurrencies (#462)

* Calculate quantity precision

* Update changelog
This commit is contained in:
Thomas Kaul
2021-11-11 21:21:37 +01:00
committed by GitHub
parent 7425ba94f1
commit cd76f89902
5 changed files with 34 additions and 3 deletions

View File

@@ -82,7 +82,7 @@
label="Quantity"
size="medium"
[locale]="data.locale"
[precision]="2"
[precision]="quantityPrecision"
[value]="quantity"
></gf-value>
</div>