mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
Fix some linter warnings
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user