mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Bug Fix: #5183 history not defined
This commit is contained in:
parent
ad6e31ec84
commit
c5b9409701
@ -85,7 +85,7 @@ class JsonImportSubview extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
createNewKeychain () {
|
createNewKeychain () {
|
||||||
const { firstAddress, displayWarning, importNewJsonAccount, setSelectedAddress } = this.props
|
const { firstAddress, displayWarning, importNewJsonAccount, setSelectedAddress, history } = this.props
|
||||||
const state = this.state
|
const state = this.state
|
||||||
|
|
||||||
if (!state) {
|
if (!state) {
|
||||||
|
Loading…
Reference in New Issue
Block a user