From 784589f1f8efc0936cde58eb10f120a6f4700918 Mon Sep 17 00:00:00 2001 From: First-Terraner Date: Wed, 14 Feb 2024 11:29:41 +0100 Subject: [PATCH] Refactor Settings screen menu item in index.tsx --- src/screens/Settings/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/screens/Settings/index.tsx b/src/screens/Settings/index.tsx index f1ee11d1..d7e09895 100644 --- a/src/screens/Settings/index.tsx +++ b/src/screens/Settings/index.tsx @@ -57,8 +57,7 @@ export default function Settings({ navigation, route }: TSettingsPageProps) { txt={t('about', { ns: NS.topNav })} icon={} onPress={() => navigation.navigate('About settings')} - hasSeparator - hasChevron + hasSeparator={__DEV__} /> {!isIOS &&