0
0
Fork 0

Add ESLint rule (object-curly-spacing) (#3498)

This commit is contained in:
Yamagishi Kazutoshi 2017-06-02 00:25:10 +09:00 committed by Eugen Rochko
parent cb7ee4698f
commit fda5c699c2
9 changed files with 19 additions and 16 deletions

View file

@ -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));