From 35937c72a05136243d8f2abc8db2c56e82689f3b Mon Sep 17 00:00:00 2001 From: virvar Date: Fri, 22 Apr 2016 16:00:37 +0300 Subject: [PATCH] Hide chat icon for group chat --- src/syng_im/components/chat.cljs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/syng_im/components/chat.cljs b/src/syng_im/components/chat.cljs index ead0e5fae2..9fbe2e1720 100644 --- a/src/syng_im/components/chat.cljs +++ b/src/syng_im/components/chat.cljs @@ -134,12 +134,12 @@ :fontSize 12 :fontFamily font}} "Active a minute ago"])] - [view {:style {:position "absolute" - :top 10 - :right 66}} - [chat-photo {}] - (when (not group?) - [contact-online {:online true}])]])) + (when (not group?) + [view {:style {:position "absolute" + :top 10 + :right 66}} + [chat-photo {}] + [contact-online {:online true}]])])) (defn chat [{:keys [navigator]}] (let [messages (subscribe [:get-chat-messages])