From 51160f0fdb068f0c9a1133fe66286467b1f4fd78 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sun, 5 Mar 2017 20:36:22 +0100 Subject: [PATCH] Style fixes. --- src/components/conversation/conversation.js | 4 ++-- 1 file 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) } } }