From 407eff7de305ecf2cac8d966db287e1e9fa72f2c Mon Sep 17 00:00:00 2001 From: salimtb Date: Mon, 30 Sep 2024 14:25:53 +0200 Subject: [PATCH] fix: remove network settings menu --- app/components/Views/Settings/index.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/components/Views/Settings/index.tsx b/app/components/Views/Settings/index.tsx index ee1466b92344..8f09edeaaf5d 100644 --- a/app/components/Views/Settings/index.tsx +++ b/app/components/Views/Settings/index.tsx @@ -73,10 +73,6 @@ const Settings = () => { navigation.navigate('SecuritySettings'); }; - const onPressNetworks = () => { - navigation.navigate('NetworksSettings'); - }; - const onPressOnRamp = () => { trackEvent(MetaMetricsEvents.ONRAMP_SETTINGS_CLICKED); navigation.navigate(Routes.RAMP.SETTINGS); @@ -216,12 +212,6 @@ const Settings = () => { title={strings('app_settings.contacts_title')} testID={SettingsViewSelectorsIDs.CONTACTS} /> - { ///: BEGIN:ONLY_INCLUDE_IF(external-snaps) }