Skip to content

Commit

Permalink
fix: remove wallet graph (#19973)
Browse files Browse the repository at this point in the history
fix: remove wallet graph (#19973)
  • Loading branch information
OmarBasem committed May 11, 2024
1 parent 2239246 commit f50ca46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/status_im/contexts/wallet/account/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
{:type :wallet-networks
:on-press #(rf/dispatch [:wallet/close-account-page])}]
[quo/account-overview
{:current-value formatted-balance
{:container-style style/account-overview
:current-value formatted-balance
:account-name name
:account (if watch-only? :watched-address :default)
:customization-color color}]
[quo/wallet-graph {:time-frame :empty}]
(when (ff/enabled? ::ff/wallet.graph) [quo/wallet-graph {:time-frame :empty}])
(when (not watch-only?)
[quo/wallet-ctas
{:container-style style/cta-buttons
Expand Down

0 comments on commit f50ca46

Please sign in to comment.