Compare commits
No commits in common. "29de6397fc46da93f450a3434a82be542811523f" and "2dad57e8067ffd8f11b5412d6dec897d3f5d1e78" have entirely different histories.
29de6397fc
...
2dad57e806
2 changed files with 2 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue