diff --git a/src/shared/components/community/community.tsx b/src/shared/components/community/community.tsx index db56bcce..7bc08336 100644 --- a/src/shared/components/community/community.tsx +++ b/src/shared/components/community/community.tsx @@ -213,6 +213,7 @@ export class Community extends Component { type_: ListingType.Community, saved_only: false, }; + this.setName(getCommentsForm, name_); setOptionalAuth(getCommentsForm, req.auth); promises.push(req.client.getComments(getCommentsForm)); }