mirror of
https://github.com/status-im/status-react.git
synced 2025-01-24 18:00:45 +00:00
fix(wallet)_: error on tapping from/to section in tx confirmation screen (#21695)
This commit fixes the error thrown when tapping the From or To sections in the transaction confirmation screen. Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
This commit is contained in:
parent
de2b5fb935
commit
4efb3c111a
@ -286,10 +286,6 @@
|
|||||||
:gradient-cover? true
|
:gradient-cover? true
|
||||||
:customization-color (:color account)}
|
:customization-color (:color account)}
|
||||||
[rn/view
|
[rn/view
|
||||||
[rn/pressable
|
|
||||||
{:on-press #(rf/dispatch [:navigate-to-within-stack
|
|
||||||
[:screen/wallet.transaction-details
|
|
||||||
:screen/wallet.transaction-confirmation]])}
|
|
||||||
[transaction-title
|
[transaction-title
|
||||||
{:token-display-name token-symbol
|
{:token-display-name token-symbol
|
||||||
:amount amount
|
:amount amount
|
||||||
@ -319,4 +315,4 @@
|
|||||||
:recipient recipient
|
:recipient recipient
|
||||||
:bridge-tx? (= transaction-type :tx/bridge)
|
:bridge-tx? (= transaction-type :tx/bridge)
|
||||||
:account-to? true
|
:account-to? true
|
||||||
:theme theme}]]]]]))))
|
:theme theme}]]]]))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user