From a5454fe82d6786dc6306fce98c55c6c4e8da6956 Mon Sep 17 00:00:00 2001 From: Ernest Date: Sun, 12 Jul 2020 19:02:38 +0200 Subject: Add post title to user overview and user comment list --- ui/src/components/user.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/components/user.tsx b/ui/src/components/user.tsx index 0e107363..854dd6ef 100644 --- a/ui/src/components/user.tsx +++ b/ui/src/components/user.tsx @@ -383,6 +383,7 @@ export class User extends Component { 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 { nodes={commentsToFlatNodes(this.state.comments)} admins={this.state.admins} noIndent + showCommunity showContext enableDownvotes={this.state.site.enable_downvotes} /> -- cgit v1.2.3