Skip to content

Commit 5ce62d2

Browse files
fix: [UIE-9340] - IAM: User Menu Beta badge fix (#12962)
* fix: [UIE-9340] - IAM: User Menu Beta badge fix * fix: [UIE-9340] - changelog update * fix: [UIE-9340] - changelog update
1 parent f6c97ae commit 5ce62d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/src/features/TopMenu/UserMenu/UserMenuPopover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const UserMenuPopover = (props: UserMenuPopoverProps) => {
114114
: iamRbacPrimaryNavChanges && !isIAMEnabled
115115
? '/users'
116116
: '/account/users',
117-
isBeta: iamRbacPrimaryNavChanges && isIAMBeta,
117+
isBeta: iamRbacPrimaryNavChanges && isIAMEnabled && isIAMBeta,
118118
},
119119
{
120120
display: 'Quotas',

0 commit comments

Comments
 (0)