eslint compliance on container components

This commit is contained in:
Cássio Zen
2016-06-16 22:47:45 -03:00
parent 37cf1ba52d
commit 093bd264b6
3 changed files with 30 additions and 6 deletions

View File

@ -76,7 +76,7 @@ function mapStateToProps(state) {
const { auth, config } = state;
const user = auth && auth.get('user');
return {auth, config, user};
return { auth, config, user };
}
export default connect(mapStateToProps)(App);