From a1826e7f1cc0d0d61765f132ec86257d390c7deb Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:46:24 +0100 Subject: [PATCH] Refactoring --- .../holding-detail-dialog/holding-detail-dialog.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html index 38d00571e..e7b3cc1b2 100644 --- a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html +++ b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html @@ -364,7 +364,10 @@ [showValueInBaseCurrency]="false" /> - @if (hasPermissionToReadMarketDataOfOwnAssetProfile) { + @if ( + hasPermissionToReadMarketDataOfOwnAssetProfile && + user?.settings?.isExperimentalFeatures + ) {