Bug Fix: #5183 history not defined

This commit is contained in:
Sean Rabaut 2018-09-13 20:18:58 -04:00
parent ad6e31ec84
commit c5b9409701
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) {