itizawa 6 лет назад
Родитель
Сommit
22b5477a70
1 измененных файлов с 0 добавлено и 1 удалено
  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) {