Skip to content

Commit

Permalink
rename event
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilad75 committed May 10, 2024
1 parent 13ccfa0 commit 951d93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
(let [selected-tab (or (rf/sub [:wallet/send-tab]) (:id (first tabs-data)))
valid-ens-or-address? (boolean (rf/sub [:wallet/valid-ens-or-address?]))
local-suggestion-address (rf/sub [:wallet/local-suggestions->full-address])
color (rf/sub [:wallet/current-viewing-account->color])]
color (rf/sub [:wallet/current-viewing-account-color])]
[floating-button-page/view
{:footer-container-padding 0
:header [account-switcher/view
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/subs/wallet/wallet.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
:formatted-balance formatted-balance)))))

(rf/reg-sub
:wallet/current-viewing-account->color
:wallet/current-viewing-account-color
:<- [:wallet/current-viewing-account]
:-> :color)

Expand Down

0 comments on commit 951d93f

Please sign in to comment.