Skip to content

Commit

Permalink
fix: remove network settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Sep 30, 2024
1 parent 57649cc commit 407eff7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/components/Views/Settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -216,12 +212,6 @@ const Settings = () => {
title={strings('app_settings.contacts_title')}
testID={SettingsViewSelectorsIDs.CONTACTS}
/>
<SettingsDrawer
title={strings('app_settings.networks_title')}
description={strings('app_settings.networks_desc')}
onPress={onPressNetworks}
testID={SettingsViewSelectorsIDs.NETWORKS}
/>
{
///: BEGIN:ONLY_INCLUDE_IF(external-snaps)
}
Expand Down

0 comments on commit 407eff7

Please sign in to comment.