aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/unlock-page/unlock-page.component.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-05-17 04:01:36 +0800
committerGitHub <noreply@github.com>2018-05-17 04:01:36 +0800
commitd722aa7f0c6427f8c51a39c5f6a510a80510bdbb (patch)
tree7f995122a29eafeb81eb47f83f550d4ecb9cba9d /ui/app/components/pages/unlock-page/unlock-page.component.js
parent6e79225dbff512ab9bcae2731bcfc4ce33e98664 (diff)
parentff91ef96ef1f71c22dd66ea4140b1b211c033641 (diff)
downloadtangerine-wallet-browser-d722aa7f0c6427f8c51a39c5f6a510a80510bdbb.tar.gz
tangerine-wallet-browser-d722aa7f0c6427f8c51a39c5f6a510a80510bdbb.tar.zst
tangerine-wallet-browser-d722aa7f0c6427f8c51a39c5f6a510a80510bdbb.zip
Merge pull request #4155 from MetaMask/network-controller-remove-setNetworkEndpoints
Network controller - remove dead code
Diffstat (limited to 'ui/app/components/pages/unlock-page/unlock-page.component.js')
-rw-r--r--ui/app/components/pages/unlock-page/unlock-page.component.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/pages/unlock-page/unlock-page.component.js b/ui/app/components/pages/unlock-page/unlock-page.component.js
index d5e2a3224..0976d9506 100644
--- a/ui/app/components/pages/unlock-page/unlock-page.component.js
+++ b/ui/app/components/pages/unlock-page/unlock-page.component.js
@@ -175,7 +175,6 @@ UnlockPage.propTypes = {
isUnlocked: PropTypes.bool,
t: PropTypes.func,
useOldInterface: PropTypes.func,
- setNetworkEndpoints: PropTypes.func,
}
export default UnlockPage