Fix community filtering. (#729)

This commit is contained in:
Dessalines 2022-07-29 23:37:20 -04:00 committed by GitHub
parent 4117d04196
commit 2afcdf0759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 9 deletions

View file

@ -314,6 +314,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
{i18n.t("related_posts")}
</div>
<PostListings
showCommunity
posts={sPosts}
enableDownvotes={this.props.enableDownvotes}
enableNsfw={this.props.enableNsfw}