optional chaining
This commit is contained in:
parent
0fc8eec293
commit
5ea3d462b9
34 changed files with 68 additions and 77 deletions
|
|
@ -129,7 +129,7 @@ const Status = {
|
|||
showReasonMutedThread() {
|
||||
return (
|
||||
(this.status.thread_muted ||
|
||||
(this.status.reblog && this.status.reblog.thread_muted)) &&
|
||||
(this.status.reblog?.thread_muted)) &&
|
||||
!this.inConversation
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue