diff --git a/src/shared/components/comment-node.tsx b/src/shared/components/comment-node.tsx index 33518f82..9423210c 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}