From 1f3411f8fc433c50fd5009d56975ec919e30f1ba Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Fri, 9 Dec 2016 12:21:20 +0200 Subject: [PATCH] fix chat-icon-view rerendering --- src/status_im/components/chat_icon/screen.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im/components/chat_icon/screen.cljs b/src/status_im/components/chat_icon/screen.cljs index 43e03eb471..c744b099ac 100644 --- a/src/status_im/components/chat_icon/screen.cljs +++ b/src/status_im/components/chat_icon/screen.cljs @@ -74,6 +74,7 @@ :default-chat-icon-text st/default-chat-icon-text}]) (defn chat-icon-view-action [chat-id group-chat name color online] + ^{:key chat-id} [chat-icon-view chat-id group-chat name online {:container st/container :online-view-wrapper st/online-view-wrapper