wallet: fix address inconsistencies (#18558)

wallet: fix address inconsistencies
This commit is contained in:
Omar Basem 2024-01-19 15:45:17 +04:00 committed by GitHub
parent 61c0650cec
commit 9f5e53cc63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
[]
(let [{:keys [customization-color] :as profile} (rf/sub [:profile/profile-with-image])
{:keys [address path watch-only?]} (rf/sub [:wallet/current-viewing-account])
networks (rf/sub [:wallet/network-details])]
networks (rf/sub [:wallet/network-preference-details])]
[rn/scroll-view
{:style style/about-tab
:content-container-style {:padding-bottom 20}}

View File

@ -89,7 +89,7 @@
(rf/dispatch [:hide-bottom-sheet])
(js/setTimeout
#(rf/dispatch [:wallet/share-account
{:title share-title :content address}])
{:title share-title :content multichain-address}])
600))}
{:add-divider? (not show-account-selector?)
:icon :i/delete