mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 03:06:27 +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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user