|
@@ -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) {
|