Add trailing comma in mapStateToProps

Consistency, eslint, etc.
lolsob-rspec
David Yip 2017-11-17 00:24:22 -06:00 committed by GitHub
parent c687853d80
commit ff4e474bcd
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const mapStateToProps = state => ({
hasComposingText: state.getIn(['compose', 'text']) !== '',
layout: state.getIn(['local_settings', 'layout']),
isWide: state.getIn(['local_settings', 'stretch']),
navbarUnder: state.getIn(['local_settings', 'navbar_under'])
navbarUnder: state.getIn(['local_settings', 'navbar_under']),
});
const keyMap = {