Skip to content

Commit e4418ee

Browse files
committed
settings index update
1 parent 9d7eafd commit e4418ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Views/Settings/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ const Settings = () => {
329329
onPress={onPressDeveloperOptions}
330330
/>
331331
)}
332-
{process.env.NODE_ENV !== 'production' && (
332+
{process.env.METAMASK_ENVIRONMENT !== 'production' && (
333333
<SettingsDrawer
334334
title={strings('app_settings.feature_flag_override.title')}
335335
description={strings(

0 commit comments

Comments
 (0)