Merge pull request #5262 from lastblocklabs/issue-5183-jsonimport

Bug Fix: #5183 history not defined
This commit is contained in:
Alexander Tseung 2018-09-13 17:41:08 -07:00 committed by GitHub
commit e8dda780b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {