From: Dessalines Date: Mon, 14 Feb 2022 17:37:26 +0000 (-0500) Subject: Fix community comments iso fetch. Fixes #572 (#574) X-Git-Url: http://these/git/?a=commitdiff_plain;h=7d578d2abc2db489bbacfb8f2df3d6afb330390e;p=lemmy-ui.git Fix community comments iso fetch. Fixes #572 (#574) --- diff --git a/src/shared/components/community/community.tsx b/src/shared/components/community/community.tsx index db56bcc..7bc0833 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)); }