We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab5f69 commit ed67343Copy full SHA for ed67343
src/components/era_commons/ERACommonsUtils.ts
@@ -1,8 +1,7 @@
1
-import EnvironmentUtils, { envGroups } from 'src/utils/EnvironmentUtils'
2
import { DuosUser } from 'src/types/model'
3
4
export const rasEnabled = (): boolean => {
5
- return EnvironmentUtils.checkEnv(envGroups.NON_PROD)
+ return true
6
}
7
8
export const nihAccountLabel = () => {
0 commit comments