Rev user badges feature flag
This commit is contained in:
parent
d5ae3c94dd
commit
25cdebe15e
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import { isBeta } from '../util/version';
|
|||
|
||||
export function shouldShowBadges(): boolean {
|
||||
if (
|
||||
isEnabled('desktop.showUserBadges') ||
|
||||
isEnabled('desktop.showUserBadges2') ||
|
||||
isEnabled('desktop.internalUser') ||
|
||||
getEnvironment() === Environment.Staging ||
|
||||
getEnvironment() === Environment.Development ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue