diff --git a/webclient/src/Comments.js b/webclient/src/Comments.js index 1e02d8d..074f13f 100644 --- a/webclient/src/Comments.js +++ b/webclient/src/Comments.js @@ -89,9 +89,9 @@ class Article extends React.Component { {hasChildren && ( hidden ? - this.collapseComment(cid)}>– - : this.expandComment(cid)}>+ + : + this.collapseComment(cid)}>– )}