itizawa 6 anni fa
parent
commit
22b5477a70
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/client/js/components/PageComment/Comment.jsx

+ 0 - 1
src/client/js/components/PageComment/Comment.jsx

@@ -51,7 +51,6 @@ class Comment extends React.Component {
 
   componentWillMount() {
     this.renderHtml(this.props.comment.comment);
-    this.checkPermissionToControlComment();
   }
 
   componentWillReceiveProps(nextProps) {