Former-commit-id: 31a8824d34
This commit is contained in:
Adrian Tiberius 2016-06-29 23:14:06 +03:00
parent 15ddd891a1
commit 220f0c14f8
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]]