From 0774ea63726664ca7722703118bd7a2b7730ad29 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 17 Jul 2021 12:59:00 -0400 Subject: [PATCH] Moving comment link to top bar. Fixes #307 (#336) --- 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 33518f8..9423210 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}