Skip to content

Commit ed67343

Browse files
committed
feat: enable RAS in production
1 parent 3ab5f69 commit ed67343

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/era_commons/ERACommonsUtils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import EnvironmentUtils, { envGroups } from 'src/utils/EnvironmentUtils'
21
import { DuosUser } from 'src/types/model'
32

43
export const rasEnabled = (): boolean => {
5-
return EnvironmentUtils.checkEnv(envGroups.NON_PROD)
4+
return true
65
}
76

87
export const nihAccountLabel = () => {

0 commit comments

Comments
 (0)