From 220f0c14f8fc472a3f0291849ed725b66a1fd36d Mon Sep 17 00:00:00 2001 From: Adrian Tiberius Date: Wed, 29 Jun 2016 23:14:06 +0300 Subject: [PATCH] fix typo Former-commit-id: 31a8824d34e46a5eec2abfb61f1c6c44ee34b89b --- src/status_im/contacts/views/new_contact.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/contacts/views/new_contact.cljs b/src/status_im/contacts/views/new_contact.cljs index c0cd517fb5..20a05ee059 100644 --- a/src/status_im/contacts/views/new_contact.cljs +++ b/src/status_im/contacts/views/new_contact.cljs @@ -70,7 +70,7 @@ :icon_ok_blue :icon_ok_disabled)} :style icon-search} - :handler #(when valid-contact? dispatch [:add-new-contact (merge {:photo-path (identicon whisper-identity)} new-contact)])}}] + :handler #(when valid-contact? (dispatch [:add-new-contact (merge {:photo-path (identicon whisper-identity)} new-contact)]))}}] [view st/form-container [contact-name-input name] [contact-whisper-id-input whisper-identity]]