1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +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)) { if (!_.includes(value, newTag)) {
value.push(newTag) value.push(newTag)
} }
if (this.props.saveTagsAlphabetically) { if (this.props.saveTagsAlphabetically) {