Skip to content

Commit

Permalink
Merge pull request #5262 from lastblocklabs/issue-5183-jsonimport
Browse files Browse the repository at this point in the history
Bug Fix: #5183 history not defined
  • Loading branch information
alextsg authored Sep 14, 2018
2 parents ad6e31e + c5b9409 commit e8dda78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e8dda78

Please sign in to comment.