Fix broken build
This commit is contained in:
parent
d358c33d9d
commit
edd191b705
|
@ -67,8 +67,8 @@
|
||||||
:debug? true}])
|
:debug? true}])
|
||||||
(if (get contacts whisper-identity)
|
(if (get contacts whisper-identity)
|
||||||
(dispatch [:update-contact! dapp])
|
(dispatch [:update-contact! dapp])
|
||||||
(dispatch [:add-contacts [dapp]])
|
(do (dispatch [:add-contacts [dapp]])
|
||||||
(dispatch [:open-chat-with-contact dapp])))))))
|
(dispatch [:open-chat-with-contact dapp]))))))))
|
||||||
|
|
||||||
(register-handler :debug-remove-contact
|
(register-handler :debug-remove-contact
|
||||||
(u/side-effect!
|
(u/side-effect!
|
||||||
|
|
Loading…
Reference in New Issue