Add ESLint rule (object-curly-spacing) (#3498)
This commit is contained in:
parent
cb7ee4698f
commit
fda5c699c2
9 changed files with 19 additions and 16 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue