diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index 8779f1f9d..3eff8c793 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -65,15 +65,17 @@ export class CommentNode extends Component { let node = this.props.node; return (
-
- -
{node.comment.score}
- -
+ {!this.state.collapsed && +
+ +
{node.comment.score}
+ +
+ }