diff --git a/src/status_im/debug/handlers.cljs b/src/status_im/debug/handlers.cljs index 6424900c4f..8c13b57b7d 100644 --- a/src/status_im/debug/handlers.cljs +++ b/src/status_im/debug/handlers.cljs @@ -67,8 +67,8 @@ :debug? true}]) (if (get contacts whisper-identity) (dispatch [:update-contact! dapp]) - (dispatch [:add-contacts [dapp]]) - (dispatch [:open-chat-with-contact dapp]))))))) + (do (dispatch [:add-contacts [dapp]]) + (dispatch [:open-chat-with-contact dapp])))))))) (register-handler :debug-remove-contact (u/side-effect!