mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-09 19:31:01 +00:00
auto-commit for 7163ade6-9abd-4500-a8ee-c566570d876f
This commit is contained in:
@@ -36,7 +36,6 @@ export default function EditProfileScreen({ navigation }: any) {
|
||||
setFirstName(data.first_name || '');
|
||||
setLastName(data.last_name || '');
|
||||
setPhone(data.phone || '');
|
||||
setWalletAddress(data.wallet_address || '');
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('Error loading user data:', error);
|
||||
|
||||
Reference in New Issue
Block a user