Smarter infinite scroll
This commit is contained in:
parent
1761d3f9c3
commit
d9022884c6
7 changed files with 74 additions and 24 deletions
|
@ -33,7 +33,8 @@ const getStatusIds = createSelector([
|
|||
}));
|
||||
|
||||
const mapStateToProps = (state, props) => ({
|
||||
statusIds: getStatusIds(state, props)
|
||||
statusIds: getStatusIds(state, props),
|
||||
isLoading: state.getIn(['timelines', props.type, 'isLoading'], true)
|
||||
});
|
||||
|
||||
const mapDispatchToProps = (dispatch, { type, id }) => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue