Compare commits

..

No commits in common. "29de6397fc46da93f450a3434a82be542811523f" and "2dad57e8067ffd8f11b5412d6dec897d3f5d1e78" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View file

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

View file

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