mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
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}]
|
||||
[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}]]])))
|
||||
|
Loading…
x
Reference in New Issue
Block a user