diff --git a/packages/fether-react/src/Accounts/CreateAccount/AccountCopyPhrase/AccountCopyPhrase.js b/packages/fether-react/src/Accounts/CreateAccount/AccountCopyPhrase/AccountCopyPhrase.js index c5653b1293181a7d8716a4629a228d4949a9e072..273635244801347d77ae7486905ad74ed71e1b72 100644 --- a/packages/fether-react/src/Accounts/CreateAccount/AccountCopyPhrase/AccountCopyPhrase.js +++ b/packages/fether-react/src/Accounts/CreateAccount/AccountCopyPhrase/AccountCopyPhrase.js @@ -14,6 +14,7 @@ class AccountCopyPhrase extends Component { render () { const { createAccountStore: { address, name, phrase }, + history, location: { pathname } } = this.props; const currentStep = pathname.slice(-1); @@ -43,7 +44,12 @@ class AccountCopyPhrase extends Component { -