File tree 1 file changed +8
-8
lines changed
src/status_im/contexts/profile/contact/contact_request
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 62
62
:on-change-text on-message-change
63
63
:container-style {:flex-shrink 1 }
64
64
:input-container-style {:flex-shrink 1 }}]]
65
- [rn/view { :style { :flex 1 }}
66
- [quo/bottom-actions
67
- { :actions :one-action
68
- :button-one-props {:disabled? (string/blank? message)
69
- :accessibility-label :send-contact-request
70
- :customization-color customization-color
71
- :on-press on-message-submit}
72
- :button-one-label (i18n/label :t/send-contact-request )}] ]]))
65
+ [quo/bottom-actions
66
+ { :container-style { :style { :flex 1 }}
67
+ :actions :one-action
68
+ :button-one-props {:disabled? (string/blank? message)
69
+ :accessibility-label :send-contact-request
70
+ :customization-color customization-color
71
+ :on-press on-message-submit}
72
+ :button-one-label (i18n/label :t/send-contact-request )}]]))
73
73
You can’t perform that action at this time.
0 commit comments