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:
Mohamed Javid 2024-11-28 22:59:19 +05:30 committed by GitHub
parent de2b5fb935
commit 4efb3c111a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -286,10 +286,6 @@
:gradient-cover? true
:customization-color (:color account)}
[rn/view
[rn/pressable
{:on-press #(rf/dispatch [:navigate-to-within-stack
[:screen/wallet.transaction-details
:screen/wallet.transaction-confirmation]])}
[transaction-title
{:token-display-name token-symbol
:amount amount
@ -319,4 +315,4 @@
:recipient recipient
:bridge-tx? (= transaction-type :tx/bridge)
:account-to? true
:theme theme}]]]]]))))
:theme theme}]]]]))))