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 9d7eafd commit e4418eeCopy full SHA for e4418ee
app/components/Views/Settings/index.tsx
@@ -329,7 +329,7 @@ const Settings = () => {
329
onPress={onPressDeveloperOptions}
330
/>
331
)}
332
- {process.env.NODE_ENV !== 'production' && (
+ {process.env.METAMASK_ENVIRONMENT !== 'production' && (
333
<SettingsDrawer
334
title={strings('app_settings.feature_flag_override.title')}
335
description={strings(
0 commit comments