diff --git a/src/status_im/contexts/wallet/common/account_switcher/view.cljs b/src/status_im/contexts/wallet/common/account_switcher/view.cljs index a063ae754310..df8c7874d549 100644 --- a/src/status_im/contexts/wallet/common/account_switcher/view.cljs +++ b/src/status_im/contexts/wallet/common/account_switcher/view.cljs @@ -30,8 +30,7 @@ type :no-title}}] (let [{:keys [color emoji watch-only?]} (rf/sub [:wallet/current-viewing-account]) networks (rf/sub [:wallet/selected-network-details]) - sending-collectible? (rf/sub [:wallet/sending-collectible?]) - keycard? (rf/sub [:wallet/selected-keypair-keycard?])] + sending-collectible? (rf/sub [:wallet/sending-collectible?])] [quo/page-nav {:type type :icon-name icon-name @@ -46,11 +45,7 @@ (not watch-only?) show-dapps-button?) {:icon-name :i/dapps - :on-press #(rf/dispatch - (if keycard? - [:keycard/feature-unavailable-show - {:feature-name :wallet.show-connected-dapps}] - [:navigate-to :screen/wallet.connected-dapps]))}) + :on-press #(rf/dispatch [:navigate-to :screen/wallet.connected-dapps])}) (when-not sending-collectible? {:content-type :account-switcher :customization-color color