mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-11 16:17:13 +00:00
fixed sign message text [#4529]
This commit is contained in:
parent
a2762eb19e
commit
7711dc51ad
@ -282,9 +282,11 @@
|
|||||||
[react/view styles/send-transaction-form
|
[react/view styles/send-transaction-form
|
||||||
[wallet.components/cartouche {:disabled? true}
|
[wallet.components/cartouche {:disabled? true}
|
||||||
(i18n/label :t/message)
|
(i18n/label :t/message)
|
||||||
[components/amount-input {:disabled? true
|
[components/amount-input
|
||||||
:input-options {:multiline true
|
{:disabled? true
|
||||||
:default-value data}} nil]]]]
|
:input-options {:multiline true}
|
||||||
|
:amount-text data}
|
||||||
|
nil]]]]
|
||||||
[signing-buttons
|
[signing-buttons
|
||||||
#(re-frame/dispatch [:wallet/discard-transaction-navigate-back])
|
#(re-frame/dispatch [:wallet/discard-transaction-navigate-back])
|
||||||
#(re-frame/dispatch [:wallet/sign-transaction-modal])
|
#(re-frame/dispatch [:wallet/sign-transaction-modal])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user