1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Update ui/pages/settings/settings.component.js

Remove the extra route

Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
This commit is contained in:
Zachary Belford 2022-06-06 15:20:45 -07:00
parent a1c964a6b8
commit 0f7bb16b9b
No known key found for this signature in database
GPG Key ID: CC6C9E5B7B8D6059

View File

@ -346,7 +346,6 @@ class SettingsPage extends PureComponent {
path={NETWORKS_ROUTE}
render={() => <NetworksTab addNewNetwork={false} />}
/>
<Route path={NETWORKS_ROUTE} component={NetworksTab} />
<Route exact path={SECURITY_ROUTE} component={SecurityTab} />
<Route exact path={EXPERIMENTAL_ROUTE} component={ExperimentalTab} />
<Route exact path={CONTACT_LIST_ROUTE} component={ContactListTab} />