diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index cd16c6bb..45ec5a26 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -240,11 +240,7 @@ export class CommentNode extends Component { aria-label={this.expandText} data-tippy-content={this.expandText} > - {this.state.collapsed ? ( - - ) : ( - - )} +