Skip to content

Commit

Permalink
addressing pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Sep 29, 2023
1 parent f7d260d commit 5a20c9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ function useTabs({ selectedTab }: { selectedTab: Tab['key'] }) {
}),
hidden:
!isProfilingAvailable ||
!isMobileAgentName(agentName) ||
!isRumAgentName(agentName),
isMobileAgentName(agentName) ||
isRumAgentName(agentName),
append: (
<EuiBadge color="accent">
{i18n.translate('xpack.apm.universalProfiling.newLabel', {
Expand Down

0 comments on commit 5a20c9d

Please sign in to comment.