Re-enable wallets, fixed forgetting accounts

This commit is contained in:
maciejhirsz
2017-07-31 17:51:23 +02:00
parent 003eef982b
commit 2ca4adb62c
4 changed files with 14 additions and 4 deletions

View File

@@ -373,10 +373,6 @@ class Accounts extends Component {
}
renderNewWalletButton () {
if (this.props.availability !== 'personal') {
return null;
}
return (
<Button
key='newWallet'