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