Fix some linter warnings

This commit is contained in:
Chi Vinh Le
2017-09-18 18:56:52 +07:00
parent cd100a23cb
commit f19b333537
7 changed files with 12 additions and 50 deletions
@@ -150,7 +150,6 @@ class CommentBox extends React.Component {
return <div>
<CommentForm
defaultValue={this.props.defaultValue}
bodyInputId={isReply ? 'replyText' : 'commentText'}
bodyLabel={isReply ? t('comment_box.reply') : t('comment.comment')}
maxCharCount={maxCharCount}
charCountEnable={this.props.charCountEnable}