From 8748fada557126c362c1a57d9e86f0adf4534f7d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:31:38 +0200 Subject: [PATCH] Add quantity to accounts tab of holding detail dialog --- .../components/holding-detail-dialog/holding-detail-dialog.html | 2 +- 1 file changed, 1 insertion(+), 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 041a93e6e..c9528a34d 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 @@ -418,7 +418,7 @@ [showAllocationInPercentage]="user?.settings?.isExperimentalFeatures" [showBalance]="false" [showFooter]="false" - [showQuantity]="true" + [showQuantity]="user?.settings?.isExperimentalFeatures" [showValue]="false" [showValueInBaseCurrency]="false" />