mirror of
https://github.com/BoostIo/Boostnote
synced 2026-02-20 11:18:49 +00:00
fix lint errors
This commit is contained in:
@@ -84,7 +84,7 @@ class TagSelect extends React.Component {
|
||||
: []
|
||||
|
||||
if (!_.includes(value, newTag)) {
|
||||
value.push(newTag)
|
||||
value.push(newTag)
|
||||
}
|
||||
|
||||
if (this.props.saveTagsAlphabetically) {
|
||||
|
||||
Reference in New Issue
Block a user