This commit is contained in:
Adrian Tiberius 2016-06-29 23:14:06 +03:00
parent e947bb0ea1
commit 31a8824d34
1 changed files with 1 additions and 1 deletions

View File

@ -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]]