mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-12 15:51:01 +00:00
auto-commit for 88990217-4f14-4e8a-93de-9a9d8b7b764e
This commit is contained in:
@@ -128,17 +128,6 @@ export default function EditProfileScreen({ navigation }: any) {
|
||||
/>
|
||||
</View>
|
||||
|
||||
<View style={styles.section}>
|
||||
<Text style={styles.label}>Wallet Address</Text>
|
||||
<TextInput
|
||||
style={styles.input}
|
||||
value={walletAddress}
|
||||
onChangeText={setWalletAddress}
|
||||
placeholder="Enter wallet address"
|
||||
autoCapitalize="none"
|
||||
/>
|
||||
</View>
|
||||
|
||||
<TouchableOpacity
|
||||
style={[styles.saveButton, loading && styles.saveButtonDisabled]}
|
||||
onPress={handleSave}
|
||||
|
||||
Reference in New Issue
Block a user