diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-03-05 20:36:22 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-03-05 20:36:22 +0100 |
| commit | 51160f0fdb068f0c9a1133fe66286467b1f4fd78 (patch) | |
| tree | 6c28fb8ddee63c061a8fa01ab35ecf338803b50c /src | |
| parent | 42ae57dace4089141e2f31351119dc80d8e7cc4d (diff) | |
Style fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/conversation/conversation.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index 524737fd..a598b521 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -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) } } } |
