From 014d564e72c0fe483502a9abf38e14d95d0a0af6 Mon Sep 17 00:00:00 2001 From: yenda Date: Sat, 10 Nov 2018 10:32:25 +0100 Subject: [PATCH] [fix] error when switching chats - a subscription name change was missed during rebase Signed-off-by: yenda --- src/status_im/ui/screens/desktop/main/chat/views.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/desktop/main/chat/views.cljs b/src/status_im/ui/screens/desktop/main/chat/views.cljs index f0c18de5cc..e3c46350a7 100644 --- a/src/status_im/ui/screens/desktop/main/chat/views.cljs +++ b/src/status_im/ui/screens/desktop/main/chat/views.cljs @@ -75,7 +75,7 @@ [react/text {:style styles/author :font :medium} name]]))) (views/defview member-photo [from] - (views/letsubs [current-public-key [:get-current-public-key] + (views/letsubs [current-public-key [:account/public-key] photo-path [:get-photo-path from]] [react/view {:style {:width 40 :margin-horizontal 16}} [react/view {:style {:position :absolute}}