Fix(store): fix bad caracter
This commit is contained in:
parent
69ccd54fff
commit
892d74a24d
@ -52,7 +52,7 @@ export default {
|
||||
if (invert) {
|
||||
return tags.some(t => {
|
||||
return row.tags.map(t => t.name.toLowerCase())
|
||||
.ÿEindexOf(t.toLowerCase()) < 0
|
||||
.indexOf(t.toLowerCase()) < 0
|
||||
})
|
||||
} else {
|
||||
return tags.every(t => {
|
||||
|
Loading…
Reference in New Issue
Block a user