mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Add trailing comma in mapStateToProps
Consistency, eslint, etc.
This commit is contained in:
parent
fbf76feb37
commit
2a386ad88d
@ -56,7 +56,7 @@ const mapStateToProps = state => ({
|
|||||||
hasComposingText: state.getIn(['compose', 'text']) !== '',
|
hasComposingText: state.getIn(['compose', 'text']) !== '',
|
||||||
layout: state.getIn(['local_settings', 'layout']),
|
layout: state.getIn(['local_settings', 'layout']),
|
||||||
isWide: state.getIn(['local_settings', 'stretch']),
|
isWide: state.getIn(['local_settings', 'stretch']),
|
||||||
navbarUnder: state.getIn(['local_settings', 'navbar_under'])
|
navbarUnder: state.getIn(['local_settings', 'navbar_under']),
|
||||||
});
|
});
|
||||||
|
|
||||||
const keyMap = {
|
const keyMap = {
|
||||||
|
Loading…
Reference in New Issue
Block a user