diff options
Diffstat (limited to 'src/screens/Settings/AppIconSettings/index.tsx')
-rw-r--r-- | src/screens/Settings/AppIconSettings/index.tsx | 2 |
1 files changed, 1 insertions, 1 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={[ |