mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-01 08:59:09 +01:00
Style fixes.
This commit is contained in:
parent
42ae57dace
commit
51160f0fdb
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ const conversation = {
|
|||
}
|
||||
},
|
||||
focused: function (id) {
|
||||
return (id == this.statusoid.id)
|
||||
return (id === this.statusoid.id)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue