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

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