aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/unlock-page/unlock-page.component.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-05-17 03:35:43 +0800
committerkumavis <aaron@kumavis.me>2018-05-17 03:35:43 +0800
commitff91ef96ef1f71c22dd66ea4140b1b211c033641 (patch)
tree7f995122a29eafeb81eb47f83f550d4ecb9cba9d /ui/app/components/pages/unlock-page/unlock-page.component.js
parentc6f822ad45e91e4610bfea32dcfd40ca01576e5a (diff)
downloadtangerine-wallet-browser-ff91ef96ef1f71c22dd66ea4140b1b211c033641.tar.gz
tangerine-wallet-browser-ff91ef96ef1f71c22dd66ea4140b1b211c033641.tar.zst
tangerine-wallet-browser-ff91ef96ef1f71c22dd66ea4140b1b211c033641.zip
ui - unlock - remove setNetworkEndpoints calls from new unlock screen
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