diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index 7b7f29e5..c2223dfb 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -384,20 +384,22 @@ export class CommentNode extends Component { /> )} {!this.state.showEdit && !this.state.collapsed && ( -
- {this.state.viewSource ? ( -
{this.commentUnlessRemoved}
- ) : ( -
- )} -
+ <> +
+ {this.state.viewSource ? ( +
{this.commentUnlessRemoved}
+ ) : ( +
+ )} +
+
{this.props.showContext && this.getLinkButton()} {this.props.markable && (
{/* end of button group */} -
+ )}