mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
fix lint errors
This commit is contained in:
@@ -84,7 +84,7 @@ class TagSelect extends React.Component {
|
|||||||
: []
|
: []
|
||||||
|
|
||||||
if (!_.includes(value, newTag)) {
|
if (!_.includes(value, newTag)) {
|
||||||
value.push(newTag)
|
value.push(newTag)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.props.saveTagsAlphabetically) {
|
if (this.props.saveTagsAlphabetically) {
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ class UiTab extends React.Component {
|
|||||||
{i18n.__('Save tags of a note in alphabetical order')}
|
{i18n.__('Save tags of a note in alphabetical order')}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div styleName='group-checkBoxSection'>
|
<div styleName='group-checkBoxSection'>
|
||||||
<label>
|
<label>
|
||||||
<input onChange={(e) => this.handleUIChange(e)}
|
<input onChange={(e) => this.handleUIChange(e)}
|
||||||
|
|||||||
Reference in New Issue
Block a user