Style fixes.

This commit is contained in:
Roger Braun 2017-03-05 20:36:22 +01:00
parent 42ae57dace
commit 51160f0fdb

View file

@ -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)
}
}
}