From 940d5a50c100a5f88f2228a38d800c46ad69cea4 Mon Sep 17 00:00:00 2001 From: Rende11 Date: Thu, 9 Nov 2023 18:31:56 +0300 Subject: [PATCH] Clean up --- .../common/sheets/network_preferences/view.cljs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/status_im2/contexts/wallet/common/sheets/network_preferences/view.cljs b/src/status_im2/contexts/wallet/common/sheets/network_preferences/view.cljs index bba2da94302a..393bea074ba7 100644 --- a/src/status_im2/contexts/wallet/common/sheets/network_preferences/view.cljs +++ b/src/status_im2/contexts/wallet/common/sheets/network_preferences/view.cljs @@ -90,19 +90,3 @@ :customization-color color}}]])))) (def view (quo.theme/with-theme view-internal)) - - -(comment - ;; Temp - (rf/sub [:profile/profile]) - (rf/sub [:wallet/accounts]) - (rf/sub [:wallet]) - (rf/sub [:wallet/network-details]) - (rf/sub [:wallet/networks]) - (rf/sub [:wallet/balances]) - (rf/sub [:wallet/current-viewing-account]) - - (rf/sub [:wallet/account-networks]) - - (make-network-item (first (rf/sub [:wallet/network-details])) {}) -)