|
@@ -115,7 +115,6 @@ class CommentEditor extends React.Component {
|
|
|
this.state.comment,
|
|
this.state.comment,
|
|
|
this.state.isMarkdown,
|
|
this.state.isMarkdown,
|
|
|
this.props.currentCommentId,
|
|
this.props.currentCommentId,
|
|
|
- this.props.creatorId,
|
|
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|
|
|
else {
|
|
else {
|
|
@@ -336,7 +335,6 @@ CommentEditor.propTypes = {
|
|
|
replyTo: PropTypes.string,
|
|
replyTo: PropTypes.string,
|
|
|
currentCommentId: PropTypes.string,
|
|
currentCommentId: PropTypes.string,
|
|
|
commentBody: PropTypes.string,
|
|
commentBody: PropTypes.string,
|
|
|
- creatorId: PropTypes.string,
|
|
|
|
|
commentButtonClickedHandler: PropTypes.func.isRequired,
|
|
commentButtonClickedHandler: PropTypes.func.isRequired,
|
|
|
};
|
|
};
|
|
|
|
|
|