Browse Source
Fix time in market (#700)
* Fix time in market
* Update changelog
pull/702/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Fixed |
|
|
|
|
|
|
|
- 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 |
|
|
|
|
|
|
|
|
|
@ -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> |
|
|
|