From 635f10e2d0f9581ba39bf9a6910a0136c9c13422 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 31 Dec 2021 10:21:41 +0100 Subject: [PATCH] Bugfix/hide data provider warning while loading (#605) * Hide data provider warning while loading * Update changelog --- CHANGELOG.md | 1 + .../portfolio-performance.component.html | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e80afeb21..7a5117615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Hid the data provider warning while loading - Fixed an exception with the market state caused by a failed data provider request - Fixed the reload of the position detail dialog (with query parameters) diff --git a/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html b/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html index 9752c0445..cd61f901e 100644 --- a/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html +++ b/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html @@ -3,12 +3,15 @@