From b037ff922ce84b98f0a1b1fcd21273af0450a03a Mon Sep 17 00:00:00 2001 From: Ernest Date: Sun, 12 Jul 2020 17:26:10 +0200 Subject: Add post title to comments view #948 --- ui/src/components/comment-node.tsx | 9 +++++++++ ui/src/interfaces.ts | 1 + 2 files changed, 10 insertions(+) (limited to 'ui') diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index 82af0bbe..cca235ab 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -222,6 +222,15 @@ export class CommentNode extends Component { + {this.props.showCommunity && !this.state.collapsed && ( + <> +
+ + {node.comment.post_name} + +
+ + )} {/* end of user row */} {this.state.showEdit && (