aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts/index.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2016-09-14 02:29:46 +0800
committerGitHub <noreply@github.com>2016-09-14 02:29:46 +0800
commitb13eaaa0cd201704a63e30f3601552c136c9278c (patch)
treea2b85fba2f42921ce2c9afb158f6bcad787f4ea0 /ui/app/accounts/index.js
parentb4344f2a02ac7b130fc69bbb772f68b4d042b49c (diff)
parent81d25d560f4920ee7a357881931e674bea97176c (diff)
downloadtangerine-wallet-browser-b13eaaa0cd201704a63e30f3601552c136c9278c.tar.gz
tangerine-wallet-browser-b13eaaa0cd201704a63e30f3601552c136c9278c.tar.zst
tangerine-wallet-browser-b13eaaa0cd201704a63e30f3601552c136c9278c.zip
Merge pull request #651 from MetaMask/library
MetaMask "Mascara" Library - initial PR
Diffstat (limited to 'ui/app/accounts/index.js')
-rw-r--r--ui/app/accounts/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/accounts/index.js b/ui/app/accounts/index.js
index d3c84d387..735526c60 100644
--- a/ui/app/accounts/index.js
+++ b/ui/app/accounts/index.js
@@ -20,7 +20,6 @@ function mapStateToProps (state) {
identities: state.metamask.identities,
unconfTxs: state.metamask.unconfTxs,
selectedAddress: state.metamask.selectedAddress,
- currentDomain: state.appState.currentDomain,
scrollToBottom: state.appState.scrollToBottom,
pending,
}