diff --git a/libs/ui-lib/lib/ocm/components/clusterConfiguration/OcmClusterDetailsFormFields.tsx b/libs/ui-lib/lib/ocm/components/clusterConfiguration/OcmClusterDetailsFormFields.tsx
index f3daf4ac59..ed69029a72 100644
--- a/libs/ui-lib/lib/ocm/components/clusterConfiguration/OcmClusterDetailsFormFields.tsx
+++ b/libs/ui-lib/lib/ocm/components/clusterConfiguration/OcmClusterDetailsFormFields.tsx
@@ -189,22 +189,23 @@ export const OcmClusterDetailsFormFields = ({
{!isPullSecretSet && }
- {clusterExists ? (
-
- {ExternalPlatformLabels[values.platform]}
-
- ) : (
-
- )}
+ {!isSingleClusterFeatureEnabled &&
+ (clusterExists ? (
+
+ {ExternalPlatformLabels[values.platform]}
+
+ ) : (
+
+ ))}
{clusterExists ? (
}>