mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-07-11 06:07:21 +00:00
auto-commit for 59101798-af26-492e-9e6c-f82b217da905
This commit is contained in:
@@ -22,7 +22,6 @@ export default function EditProfileScreen({ navigation }: any) {
|
||||
const [firstName, setFirstName] = useState('');
|
||||
const [lastName, setLastName] = useState('');
|
||||
const [phone, setPhone] = useState('');
|
||||
const [walletAddress, setWalletAddress] = useState('');
|
||||
|
||||
useEffect(() => {
|
||||
loadUserData();
|
||||
|
||||
Reference in New Issue
Block a user