Store for EditMeta modal (#3959)

* Store basics

* Tested
This commit is contained in:
Jaco Greeff
2016-12-27 11:02:53 +01:00
committed by Gav Wood
parent 002e8b00d4
commit 2bbefcd438
10 changed files with 493 additions and 97 deletions

View File

@@ -186,7 +186,6 @@ class Account extends Component {
return (
<EditMeta
account={ account }
keys={ ['description', 'passwordHint'] }
onClose={ this.onEditClick } />
);
}