Skip to content

Commit

Permalink
Remove commented out code in SecuritySettings
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Feb 6, 2024
1 parent 4874484 commit a17fdec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/screens/Settings/Security.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ export default function SecuritySettings({ navigation, route }: TSecuritySetting
navigation.navigate('Seed', { comingFromOnboarding: false, sawSeedUpdate: true })
}}
/>
{/* <MenuItem
txt={t('createBackup')}
icon={<FlagIcon width={s(22)} height={s(22)} color={color.TEXT} />}
onPress={() => void handleBackup()}
/> */}
</View>
<Txt txt={appVersion} bold center />
</ScrollView>
Expand Down

0 comments on commit a17fdec

Please sign in to comment.