Update profile.tsx

This commit is contained in:
mahanstreamer 2021-10-28 22:10:22 -04:00 committed by GitHub
parent baf5b417d5
commit 6db259efe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -640,7 +640,6 @@ export class Profile extends Component<any, ProfileState> {
let data = wsJsonToRes<BlockPersonResponse>(msg).data;
updatePersonBlock(data);
this.setPersonBlock()
console.log(this.state.personBlocked)
this.setState(this.state);
}
}