stop method if user is not existent

This commit is contained in:
srgooglo 2022-06-01 20:55:57 +02:00
parent 68631f27bf
commit 6017b91a95

View File

@ -51,6 +51,8 @@ export default class Account extends React.Component {
this.setState({
isNotExistent: true,
})
return false
}
if (!isSelf) {