From e06d9a620c53eb58aed98db7196555fc6adb5916 Mon Sep 17 00:00:00 2001 From: Ernest Date: Mon, 13 Jul 2020 08:18:11 +0200 Subject: Add post title to user comments inbox view, comment_view, user_mention_view --- ui/src/components/inbox.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/src') diff --git a/ui/src/components/inbox.tsx b/ui/src/components/inbox.tsx index 2bf1fb47..8e148921 100644 --- a/ui/src/components/inbox.tsx +++ b/ui/src/components/inbox.tsx @@ -267,6 +267,7 @@ export class Inbox extends Component { nodes={[{ comment: i }]} noIndent markable + showCommunity showContext enableDownvotes={this.state.enableDownvotes} /> @@ -285,6 +286,7 @@ export class Inbox extends Component { nodes={commentsToFlatNodes(this.state.replies)} noIndent markable + showCommunity showContext enableDownvotes={this.state.enableDownvotes} /> @@ -300,6 +302,7 @@ export class Inbox extends Component { nodes={[{ comment: mention }]} noIndent markable + showCommunity showContext enableDownvotes={this.state.enableDownvotes} /> -- cgit v1.2.3