mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Update profile.tsx
This commit is contained in:
parent
baf5b417d5
commit
6db259efe1
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue