diff --git a/packages/fether-react/src/Accounts/AccountsList/AccountsList.js b/packages/fether-react/src/Accounts/AccountsList/AccountsList.js index 7e3e21f85cf3528de4bb403107ef0eb2a6e942c9..331618be4c0d2556e76f9f9a7fdfae303d9603ad 100644 --- a/packages/fether-react/src/Accounts/AccountsList/AccountsList.js +++ b/packages/fether-react/src/Accounts/AccountsList/AccountsList.js @@ -8,7 +8,6 @@ import { AccountCard, Header } from 'fether-ui'; import { accountsInfo$, defaultAccount$ } from '@parity/light.js'; import { inject, observer } from 'mobx-react'; import light from 'light-hoc'; -import { Redirect } from 'react-router-dom'; import Health from '../../Health'; @@ -65,10 +64,6 @@ class AccountsList extends Component { render () { const { accountsInfo } = this.props; - if (accountsInfo && !Object.keys(accountsInfo).length) { - return ; - } - return (
Please write your secret phrase on a piece of paper:

{phrase}
+
+
+ Keep it secure and secret. +
    +
  • + If you lose your secret phrase, your wallet cannot be recovered. +
  • +
  • + If someone gets hold of your secret phrase, they will be able to + drain your account. +
  • +
+
+