]> Untitled Git - lemmy-ui.git/commitdiff
Fix community comments iso fetch. Fixes #572 (#574)
authorDessalines <dessalines@users.noreply.github.com>
Mon, 14 Feb 2022 17:37:26 +0000 (12:37 -0500)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 17:37:26 +0000 (17:37 +0000)
src/shared/components/community/community.tsx

index db56bccea223154c267f00c8073441832366b178..7bc08336c5d3e04a3a63071e3c700064c6f7bab4 100644 (file)
@@ -213,6 +213,7 @@ export class Community extends Component<any, State> {
         type_: ListingType.Community,
         saved_only: false,
       };
+      this.setName(getCommentsForm, name_);
       setOptionalAuth(getCommentsForm, req.auth);
       promises.push(req.client.getComments(getCommentsForm));
     }