diff options
-rw-r--r-- | src/screens/Settings/AppIconSettings/index.tsx | 2 | ||||
-rw-r--r-- | src/screens/Settings/AppearanceSettings.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Settings/AppIconSettings/index.tsx b/src/screens/Settings/AppIconSettings/index.tsx index 953ae2e60..09feb6faf 100644 --- a/src/screens/Settings/AppIconSettings/index.tsx +++ b/src/screens/Settings/AppIconSettings/index.tsx @@ -86,7 +86,7 @@ export function AppIconSettingsScreen({}: Props) { ))} </Group> - {IS_INTERNAL && gate('debug_subscriptions') && ( + {( <> <Text style={[ diff --git a/src/screens/Settings/AppearanceSettings.tsx b/src/screens/Settings/AppearanceSettings.tsx index 5d597ff8e..7fabf4a23 100644 --- a/src/screens/Settings/AppearanceSettings.tsx +++ b/src/screens/Settings/AppearanceSettings.tsx @@ -178,7 +178,7 @@ export function AppearanceSettingsScreen({}: Props) { onChange={onChangeFontScale} /> - {isNative && IS_INTERNAL && ( + {isNative && ( <> <SettingsList.Divider /> <AppIconSettingsListItem /> |