Cleanup certifications (#7454)

* Cleanup certifications

* Add key for accounts
This commit is contained in:
Jaco Greeff
2018-01-05 13:26:43 +01:00
committed by GitHub
parent ce69c4e6ea
commit 71da3af1a2
2 changed files with 7 additions and 5 deletions

View File

@@ -97,9 +97,10 @@ function mapStateToProps (_, initProps) {
return (state) => {
const certifications = state.certifications[address] || [];
const dappsUrl = state.api.dappsUrl;
return { certifications, dappsUrl };
return {
certifications
};
};
}