From 7d578d2abc2db489bbacfb8f2df3d6afb330390e Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 14 Feb 2022 12:37:26 -0500 Subject: [PATCH] Fix community comments iso fetch. Fixes #572 (#574) --- src/shared/components/community/community.tsx | 1 + 1 file changed, 1 insertion(+) 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)); } -- 2.44.1