Fix time in market (#700)

* Fix time in market

* Update changelog
pull/702/head
Thomas Kaul 3 years ago committed by GitHub
parent 20356f6931
commit 52e4504de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Fixed the `maxItems` attribute of the portfolio proportion chart component - Fixed the `maxItems` attribute of the portfolio proportion chart component
- Fixed the time in market display of the portfolio summary tab on the home page
## 1.115.0 - 13.02.2022 ## 1.115.0 - 13.02.2022

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

Loading…
Cancel
Save