Accidentally removed line.

This commit is contained in:
Dessalines 2021-04-23 12:11:55 -04:00
parent 1bf9335e42
commit 3e2e1a9fb7

View file

@ -628,6 +628,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
} else if (data.type_ == SearchType[SearchType.Url]) { } else if (data.type_ == SearchType[SearchType.Url]) {
this.state.crossPosts = data.posts; this.state.crossPosts = data.posts;
} }
this.setState(this.state);
} }
} }
} }