Fix broken build
This commit is contained in:
parent
d358c33d9d
commit
edd191b705
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue