fix `:contact.ui/close-contact-pressed` event
Most likely a typo was introduced during refactoring.
This commit is contained in:
parent
3d332e009b
commit
c4c27a48c2
|
@ -41,7 +41,7 @@
|
||||||
[vector-icons/icon :icons/add {:color colors/blue}]
|
[vector-icons/icon :icons/add {:color colors/blue}]
|
||||||
[react/i18n-text {:style style/add-contact-text :key :add-to-contacts}]]]
|
[react/i18n-text {:style style/add-contact-text :key :add-to-contacts}]]]
|
||||||
[react/touchable-highlight
|
[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}
|
:accessibility-label :add-to-contacts-close-button}
|
||||||
[vector-icons/icon :icons/close {:color colors/black
|
[vector-icons/icon :icons/close {:color colors/black
|
||||||
:container-style style/add-contact-close-icon}]]])))
|
:container-style style/add-contact-close-icon}]]])))
|
||||||
|
|
Loading…
Reference in New Issue