Add ESLint rule (object-curly-spacing) (#3498)
This commit is contained in:
committed by
Eugen Rochko
parent
cb7ee4698f
commit
fda5c699c2
@@ -56,7 +56,7 @@ const mapDispatchToProps = (dispatch, { type, id }) => ({
|
||||
onScrollToBottom: debounce(() => {
|
||||
dispatch(scrollTopTimeline(type, false));
|
||||
dispatch(expandTimeline(type, id));
|
||||
}, 300, {leading: true}),
|
||||
}, 300, { leading: true }),
|
||||
|
||||
onScrollToTop: debounce(() => {
|
||||
dispatch(scrollTopTimeline(type, true));
|
||||
|
Reference in New Issue
Block a user