mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-05 21:19:18 +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