aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages
diff options
context:
space:
mode:
authorPaul Bouchon <mail@bitpshr.net>2018-09-18 00:11:10 +0800
committerGitHub <noreply@github.com>2018-09-18 00:11:10 +0800
commitdaca7f9b41d784a44c7f5469b8f9b710e0a08e4b (patch)
treef00bcf3853428dc785024bc07564d1f02c061c3e /ui/app/components/pages
parent42fdcf6239fc9278cfa85b6ae6cc025cef0e35ae (diff)
parent2f14f978e390772e78e4cc2ee7a778c9106d053c (diff)
downloadtangerine-wallet-browser-daca7f9b41d784a44c7f5469b8f9b710e0a08e4b.tar.gz
tangerine-wallet-browser-daca7f9b41d784a44c7f5469b8f9b710e0a08e4b.tar.zst
tangerine-wallet-browser-daca7f9b41d784a44c7f5469b8f9b710e0a08e4b.zip
Merge branch 'develop' into eip-712
Diffstat (limited to 'ui/app/components/pages')
-rw-r--r--ui/app/components/pages/create-account/import-account/json.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pages/create-account/import-account/json.js b/ui/app/components/pages/create-account/import-account/json.js
index 32b1065aa..90279bbbd 100644
--- a/ui/app/components/pages/create-account/import-account/json.js
+++ b/ui/app/components/pages/create-account/import-account/json.js
@@ -85,7 +85,7 @@ class JsonImportSubview extends Component {
}
createNewKeychain () {
- const { firstAddress, displayWarning, importNewJsonAccount, setSelectedAddress } = this.props
+ const { firstAddress, displayWarning, importNewJsonAccount, setSelectedAddress, history } = this.props
const state = this.state
if (!state) {