mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-16 08:23:04 +01:00
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