fix errors on initial pleroma-fe boot
This commit is contained in:
parent
cfe558b784
commit
91595c19ae
2 changed files with 3 additions and 2 deletions
|
|
@ -264,7 +264,7 @@ 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