summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnest <ernestwisniewski2@gmail.com>2020-07-12 19:02:38 +0200
committerErnest <ernestwisniewski2@gmail.com>2020-07-12 19:02:38 +0200
commita5454fe82d6786dc6306fce98c55c6c4e8da6956 (patch)
treeef075723604fe3b4e7cbbfe6c79884e80da21703
parentb037ff922ce84b98f0a1b1fcd21273af0450a03a (diff)
Add post title to user overview and user comment list
-rw-r--r--ui/src/components/user.tsx2
1 files changed, 2 insertions, 0 deletions
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<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}
/>