diff options
author | kumavis <kumavis@users.noreply.github.com> | 2016-09-14 02:29:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-14 02:29:46 +0800 |
commit | b13eaaa0cd201704a63e30f3601552c136c9278c (patch) | |
tree | a2b85fba2f42921ce2c9afb158f6bcad787f4ea0 /ui/app/accounts | |
parent | b4344f2a02ac7b130fc69bbb772f68b4d042b49c (diff) | |
parent | 81d25d560f4920ee7a357881931e674bea97176c (diff) | |
download | tangerine-wallet-browser-b13eaaa0cd201704a63e30f3601552c136c9278c.tar tangerine-wallet-browser-b13eaaa0cd201704a63e30f3601552c136c9278c.tar.gz tangerine-wallet-browser-b13eaaa0cd201704a63e30f3601552c136c9278c.tar.bz2 tangerine-wallet-browser-b13eaaa0cd201704a63e30f3601552c136c9278c.tar.lz tangerine-wallet-browser-b13eaaa0cd201704a63e30f3601552c136c9278c.tar.xz 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')
-rw-r--r-- | ui/app/accounts/index.js | 1 |
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, } |