fix settings
This commit is contained in:
parent
89dc6d2075
commit
025c197f8c
2 changed files with 1 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue