address style grumbles 💄

This commit is contained in:
Jannis R
2016-12-15 13:48:24 +01:00
parent afba259506
commit f59f7c5773
4 changed files with 49 additions and 29 deletions

View File

@@ -65,6 +65,7 @@ function mapStateToProps (_, initProps) {
return (state) => {
const certifications = state.certifications[account] || [];
const dappsUrl = state.api.dappsUrl;
return { certifications, dappsUrl };
};
}