mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 13:28:04 +00:00
fix typo
Former-commit-id: 31a8824d34e46a5eec2abfb61f1c6c44ee34b89b
This commit is contained in:
parent
15ddd891a1
commit
220f0c14f8
@ -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]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user