diff --git a/src/status_im/ui/screens/profile/group_chat/views.cljs b/src/status_im/ui/screens/profile/group_chat/views.cljs index 3d7c5a0ebe..f308bde0ff 100644 --- a/src/status_im/ui/screens/profile/group_chat/views.cljs +++ b/src/status_im/ui/screens/profile/group_chat/views.cljs @@ -79,7 +79,8 @@ :extend-title (:name contact) :extended? admin? :accessibility-label :member-item - :inner-props {:accessibility-label :member-name-text}}]]) + :inner-props {:accessibility-label :member-name-text} + :on-press #(re-frame/dispatch [:show-profile (:whisper-identity contact)])}]]) (defview chat-group-contacts-view [admin?] (letsubs [contacts [:get-current-chat-contacts]]