- more
This commit is contained in:
@@ -13,8 +13,12 @@ export default function UserProfileButton({
|
||||
navigation,
|
||||
}) {
|
||||
const _goToProfile = () => {
|
||||
navigation.navigate('Profile');
|
||||
return false;
|
||||
if (isRegisteredAccount) {
|
||||
navigation.navigate('Profile');
|
||||
return false;
|
||||
}
|
||||
|
||||
navigation.navigate('SignInOrRegister');
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user