fix settings

This commit is contained in:
Henry Jameson 2026-08-21 17:04:05 +03:00
commit 025c197f8c
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,7 @@ const DomainMuteCard = {
return useUsersStore().currentUser
},
muted() {
return this.user.domainMutes.includes(this.domain)
return this.user.domainMutes.has(this.domain)
},
},
methods: {

View file

@ -98,7 +98,6 @@ const List = {
this.fetchFunction(this.page)
.then((result) => {
console.log(result)
this.loading = false
this.bottomedOut = isEmpty(result)
if (this.externalItems) return