about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2017-11-17 00:24:22 -0600
committerGitHub <noreply@github.com>2017-11-17 00:24:22 -0600
commit2a386ad88dad4a076f19dbd1b085ea561868deec (patch)
tree648eafd40866fdec256c7e9b5bf6a835a6994dce /app
parentfbf76feb3756c9e5f9df07456698d01e0fb8308b (diff)
Add trailing comma in mapStateToProps
Consistency, eslint, etc.
Diffstat (limited to 'app')
-rw-r--r--app/javascript/mastodon/features/ui/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/ui/index.js b/app/javascript/mastodon/features/ui/index.js
index 345492577..69eb1bbf7 100644
--- a/app/javascript/mastodon/features/ui/index.js
+++ b/app/javascript/mastodon/features/ui/index.js
@@ -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 = {