diff --git a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
index b7deae6e85..32a11717f8 100644
--- a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
+++ b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
@@ -112,6 +112,11 @@
>Platform
+ @if (user?.settings?.isExperimentalFeatures) {
+
+
+
+ }
@@ -179,10 +184,6 @@
/>
-
- @if (user?.settings?.isExperimentalFeatures) {
-
- }
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 30222de65e..464f0b6b2b 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
@@ -331,6 +331,17 @@
>ISIN
+
+
+
@if (dataProviderInfo) {
@@ -419,16 +430,6 @@
}
-
-
@if (
data.hasPermissionToAccessAdminControl ||
(dataSource?.data.length > 0 &&