From f50ca4606f0e92ffc45900e468139242aa44fb3e Mon Sep 17 00:00:00 2001 From: Omar Basem Date: Sat, 11 May 2024 12:20:21 +0400 Subject: [PATCH] fix: remove wallet graph (#19973) fix: remove wallet graph (#19973) --- src/status_im/contexts/wallet/account/view.cljs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/status_im/contexts/wallet/account/view.cljs b/src/status_im/contexts/wallet/account/view.cljs index 521b365f51..79457cfc19 100644 --- a/src/status_im/contexts/wallet/account/view.cljs +++ b/src/status_im/contexts/wallet/account/view.cljs @@ -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