forked from AkkomaGang/akkoma-fe
Style fixes.
This commit is contained in:
parent
42ae57dace
commit
51160f0fdb
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ const conversation = {
|
|||
.then(() => this.fetchConversation())
|
||||
}
|
||||
},
|
||||
focused: function(id) {
|
||||
return (id == this.statusoid.id)
|
||||
focused: function (id) {
|
||||
return (id === this.statusoid.id)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue