fix `:contact.ui/close-contact-pressed` event

Most likely a typo was introduced during refactoring.
This commit is contained in:
Roman Volosovskyi 2019-01-21 20:58:19 +02:00
parent 3d332e009b
commit c4c27a48c2
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
[vector-icons/icon :icons/add {:color colors/blue}]
[react/i18n-text {:style style/add-contact-text :key :add-to-contacts}]]]
[react/touchable-highlight
{:on-press #(re-frame/dispatch [:contacts.ui/close-contact-pressed contact-identity])
{:on-press #(re-frame/dispatch [:contact.ui/close-contact-pressed contact-identity])
:accessibility-label :add-to-contacts-close-button}
[vector-icons/icon :icons/close {:color colors/black
:container-style style/add-contact-close-icon}]]])))