diff --git a/x-pack/plugins/apm/public/components/routing/templates/apm_service_template/index.tsx b/x-pack/plugins/apm/public/components/routing/templates/apm_service_template/index.tsx index 8cfd0292c7a2e..018af97c03d98 100644 --- a/x-pack/plugins/apm/public/components/routing/templates/apm_service_template/index.tsx +++ b/x-pack/plugins/apm/public/components/routing/templates/apm_service_template/index.tsx @@ -406,8 +406,8 @@ function useTabs({ selectedTab }: { selectedTab: Tab['key'] }) { }), hidden: !isProfilingAvailable || - !isMobileAgentName(agentName) || - !isRumAgentName(agentName), + isMobileAgentName(agentName) || + isRumAgentName(agentName), append: ( {i18n.translate('xpack.apm.universalProfiling.newLabel', {