Skip to content

Commit

Permalink
fix app crashing for group chat card
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed Jun 29, 2023
1 parent a7ddda4 commit 150f242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im2/subs/shell.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
[(re-frame/subscribe [:chats/chat id])
(re-frame/subscribe [:communities])
(re-frame/subscribe [:contacts/contacts])
(re-frame/subscribe [:multiaccount])])
(re-frame/subscribe [:profile/profile])])
(fn [[chat communities contacts current-multiaccount] [_ id]]
(let [from (get-in chat [:last-message :from])
contact (when from (multiaccounts/contact-by-identity contacts from))
Expand Down

0 comments on commit 150f242

Please sign in to comment.