X-Git-Url: http://these/git/?a=blobdiff_plain;f=src%2Fshared%2Fcomponents%2Fcommunity%2Fcommunity.tsx;h=f89eb832e2aeb7800cf5e3fa0ac1fa2ca8b6f42e;hb=2911cd8cdb348629a97d60239723b1925210df0a;hp=b88d6f6100e03843ef387ad60a3c8d524a0b1650;hpb=546f0ad704940aafc5c2bac244f0f150eb7a47cc;p=lemmy-ui.git diff --git a/src/shared/components/community/community.tsx b/src/shared/components/community/community.tsx index b88d6f6..f89eb83 100644 --- a/src/shared/components/community/community.tsx +++ b/src/shared/components/community/community.tsx @@ -448,7 +448,7 @@ export class Community extends Component< nodes={commentsToFlatNodes(this.state.commentsRes.data.comments)} viewType={CommentViewType.Flat} finished={this.state.finished} - noIndent + isTopLevel showContext enableDownvotes={enableDownvotes(site_res)} moderators={communityRes.moderators}