Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Dec 7, 2021
1 parent db9f881 commit 2c108b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/multiaccounts/login/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
:chat-id
(fn [chat-id]
(when chat-id
#(re-frame/dispatch [:chat.ui/navigate-to-chat chat-id]))))))
(re-frame/dispatch [:chat.ui/navigate-to-chat chat-id]))))))

(fx/defn get-chats-callback
{:events [::get-chats-callback]}
Expand Down

0 comments on commit 2c108b6

Please sign in to comment.