lint
This commit is contained in:
parent
5ea3d462b9
commit
95bbe73832
19 changed files with 38 additions and 58 deletions
|
|
@ -128,8 +128,7 @@ const Status = {
|
|||
computed: {
|
||||
showReasonMutedThread() {
|
||||
return (
|
||||
(this.status.thread_muted ||
|
||||
(this.status.reblog?.thread_muted)) &&
|
||||
(this.status.thread_muted || this.status.reblog?.thread_muted) &&
|
||||
!this.inConversation
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue