From 18d1e8e1812ab197c3929bd4c0c14789a5b7eabc Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 17 Jul 2021 12:06:22 -0400 Subject: [PATCH] Moving comment link to top bar. Fixes #307 --- src/shared/components/comment-node.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/shared/components/comment-node.tsx b/src/shared/components/comment-node.tsx index 33518f825..9423210c9 100644 --- a/src/shared/components/comment-node.tsx +++ b/src/shared/components/comment-node.tsx @@ -202,8 +202,9 @@ export class CommentNode extends Component { )} + {this.linkBtn(true)} {/* This is an expanding spacer for mobile */} -
+
{showScores() && ( <> { /> )}
- {this.props.showContext && this.linkBtn} + {this.props.showContext && this.linkBtn()} {this.props.markable && ( )} - {!this.props.showContext && this.linkBtn}