lint
This commit is contained in:
parent
3bf558089f
commit
9edce2d3aa
1 changed files with 3 additions and 1 deletions
|
|
@ -262,7 +262,9 @@ const Status = {
|
|||
},
|
||||
muteFilterHits() {
|
||||
return muteFilterHits(
|
||||
Object.values(useSyncConfigStore().prefsStorage.simple.muteFilters || {}),
|
||||
Object.values(
|
||||
useSyncConfigStore().prefsStorage.simple.muteFilters || {},
|
||||
),
|
||||
this.status,
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue