Przeglądaj źródła

remove function

itizawa 6 lat temu
rodzic
commit
22b5477a70

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

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