Skip to content

Commit

Permalink
Refactor Settings screen menu item in index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Feb 14, 2024
1 parent 44409be commit 784589f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screens/Settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ export default function Settings({ navigation, route }: TSettingsPageProps) {
txt={t('about', { ns: NS.topNav })}
icon={<AboutIcon color={color.TEXT} />}
onPress={() => navigation.navigate('About settings')}
hasSeparator
hasChevron
hasSeparator={__DEV__}
/>
{!isIOS &&
<MenuItem
Expand Down

0 comments on commit 784589f

Please sign in to comment.