mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
lint fixes
This commit is contained in:
@@ -113,7 +113,7 @@ export class EditableCommentContent extends React.Component {
|
||||
|
||||
// should be disabled if user hasn't actually changed their
|
||||
// original comment
|
||||
return (comment.body !== originalBody) && ! editWindowExpired;
|
||||
return (comment.body !== originalBody) && !editWindowExpired;
|
||||
}}
|
||||
saveComment={this.editComment}
|
||||
bodyLabel={lang.t('editComment.bodyInputLabel')}
|
||||
|
||||
Reference in New Issue
Block a user