From 29c3a47578f7b417b903f42f2337e221b3570a43 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 14 Feb 2022 12:34:43 -0500 Subject: [PATCH] Fix community comments iso fetch. Fixes #572 --- 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 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)); }