diff options
author | Dan <danjm.com@gmail.com> | 2018-01-13 01:29:43 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2018-01-13 05:42:51 +0800 |
commit | 2bc85ea72f2b53f763149dafd3a7787de9016635 (patch) | |
tree | 3d905a5034097c212b6eb384ce2d9baa568e986b /ui/app/accounts | |
parent | 980e1bfcf82361185f6d1b22abd9593ba166825e (diff) | |
download | tangerine-wallet-browser-2bc85ea72f2b53f763149dafd3a7787de9016635.tar tangerine-wallet-browser-2bc85ea72f2b53f763149dafd3a7787de9016635.tar.gz tangerine-wallet-browser-2bc85ea72f2b53f763149dafd3a7787de9016635.tar.bz2 tangerine-wallet-browser-2bc85ea72f2b53f763149dafd3a7787de9016635.tar.lz tangerine-wallet-browser-2bc85ea72f2b53f763149dafd3a7787de9016635.tar.xz tangerine-wallet-browser-2bc85ea72f2b53f763149dafd3a7787de9016635.tar.zst tangerine-wallet-browser-2bc85ea72f2b53f763149dafd3a7787de9016635.zip |
Fix input box padding and select highlight in new account create and import page.
Diffstat (limited to 'ui/app/accounts')
-rw-r--r-- | ui/app/accounts/new-account/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/accounts/new-account/index.js b/ui/app/accounts/new-account/index.js index cd096a403..acf0dc6e4 100644 --- a/ui/app/accounts/new-account/index.js +++ b/ui/app/accounts/new-account/index.js @@ -17,7 +17,6 @@ function mapStateToProps (state) { function mapDispatchToProps (dispatch) { return { - // Is this supposed to be used somewhere? displayForm: form => dispatch(actions.setNewAccountForm(form)), showQrView: (selected, identity) => dispatch(actions.showQrView(selected, identity)), showExportPrivateKeyModal: () => { |