1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

fix lint errors

This commit is contained in:
Baptiste Augrain
2018-08-29 19:29:57 +02:00
parent 8b4a9dd325
commit 6d5141b60f
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ class TagSelect extends React.Component {
: []
if (!_.includes(value, newTag)) {
value.push(newTag)
value.push(newTag)
}
if (this.props.saveTagsAlphabetically) {

View File

@@ -255,7 +255,7 @@ class UiTab extends React.Component {
{i18n.__('Save tags of a note in alphabetical order')}
</label>
</div>
<div styleName='group-checkBoxSection'>
<label>
<input onChange={(e) => this.handleUIChange(e)}