Fix time in market (#700)

* Fix time in market

* Update changelog
This commit is contained in:
Thomas Kaul
2022-02-15 09:47:56 +01:00
committed by GitHub
parent 20356f6931
commit 52e4504de9
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
<div class="row px-3 py-1">
<div class="d-flex flex-grow-1" i18n>Time in Market</div>
<div class="d-flex justify-content-end">
{{ timeInMarket }}
<gf-value class="justify-content-end" [value]="timeInMarket"></gf-value>
</div>
</div>