From 52e4504de98fefe6208064c32c356a171eb4d087 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 15 Feb 2022 09:47:56 +0100 Subject: [PATCH] Fix time in market (#700) * Fix time in market * Update changelog --- CHANGELOG.md | 1 + .../portfolio-summary/portfolio-summary.component.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5bd00d3f..a92543cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html index dd2847c37..1fc5e1f85 100644 --- a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html +++ b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2,7 +2,6 @@
Time in Market
- {{ timeInMarket }}