Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Dec 6, 2023
1 parent 2a8f0c1 commit 3ff4f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im2/subs/wallet/wallet.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
:customization-color color
:type (if (= type :watch) :watch-only :empty)
:on-press #(rf/dispatch [:wallet/navigate-to-account address])
:loading? false
:loading? tokens-loading?
:balance (utils/prettify-balance (get balances address))))
accounts)))

Expand Down

0 comments on commit 3ff4f14

Please sign in to comment.