diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index b2d041506..7813168be 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -147,88 +147,79 @@ export class CommentNode extends Component { this.props.node.comment.parent_id && 'ml-2'}`} > - + ) : ( + + + + )} + + + + + + {this.state.score} + + + + + + + {/* end of user row */} {this.state.showEdit && ( { )} /> )} - + + {/* end of button group */} )} @@ -761,9 +707,9 @@ export class CommentNode extends Component { get linkBtn() { let node = this.props.node; return ( -
  • +
  • + ); }