]> Untitled Git - lemmy.git/commitdiff
Add post title to user overview and user comment list
authorErnest <ernestwisniewski2@gmail.com>
Sun, 12 Jul 2020 17:02:38 +0000 (19:02 +0200)
committerErnest <ernestwisniewski2@gmail.com>
Sun, 12 Jul 2020 17:02:38 +0000 (19:02 +0200)
ui/src/components/user.tsx

index 0e1073635c01118c9a8596d7fc32453d5d6d5d6b..854dd6efdbefbe63984db88ba4883dc735f81422 100644 (file)
@@ -383,6 +383,7 @@ export class User extends Component<any, UserState> {
                 nodes={[{ comment: i.data as Comment }]}
                 admins={this.state.admins}
                 noIndent
+                showCommunity
                 showContext
                 enableDownvotes={this.state.site.enable_downvotes}
               />
@@ -400,6 +401,7 @@ export class User extends Component<any, UserState> {
           nodes={commentsToFlatNodes(this.state.comments)}
           admins={this.state.admins}
           noIndent
+          showCommunity
           showContext
           enableDownvotes={this.state.site.enable_downvotes}
         />