auto-commit for 4cbff311-bbd3-41c4-9e28-c4fc7ec3f174

This commit is contained in:
emergent-agent-e1
2025-11-09 08:17:22 +00:00
parent 28acc4b494
commit e6383fdd32
+4 -4
View File
@@ -134,23 +134,23 @@ export default function SettingsScreen({ navigation }: any) {
<ScrollView contentContainerStyle={styles.scrollContent}>
{/* Profile Section */}
<SettingSection title="Profile">
<SettingSection title={i18n.t('profile')}>
<SettingItem
icon="person"
title="Edit Profile"
title={i18n.t('editProfile')}
subtitle={user?.email || 'Update your information'}
onPress={() => navigation.navigate('EditProfile')}
/>
<SettingItem
icon="wallet"
title="Wallet Address"
title={i18n.t('walletAddress')}
subtitle="5GgTgG9sRm...ioki45"
onPress={() => navigation.navigate('WalletAddress')}
/>
</SettingSection>
{/* Security Section */}
<SettingSection title="Security">
<SettingSection title={i18n.t('security')}>
<SettingItem
icon="finger-print"
title="Biometric Authentication"