]> cat aescling's git repositories - mastodon.git/commitdiff
Add trailing comma in mapStateToProps
authorDavid Yip <yipdw@member.fsf.org>
Fri, 17 Nov 2017 06:24:22 +0000 (00:24 -0600)
committerGitHub <noreply@github.com>
Fri, 17 Nov 2017 06:24:22 +0000 (00:24 -0600)
Consistency, eslint, etc.

app/javascript/mastodon/features/ui/index.js

index 345492577a044b1f98e9965d8cfa5e2ec07e549c..69eb1bbf7e393ec8865f9260d8adaa7158b5c08a 100644 (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 = {