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) }