Merge pull request #506 from coralproject/fix-load-more-premod

Fix load more in premod queue
This commit is contained in:
Riley Davis
2017-04-19 09:48:40 -06:00
committed by GitHub
@@ -55,7 +55,7 @@ export const loadMore = (fetchMore) => ({limit, cursor, sort, tab, asset_id}) =>
statuses,
asset_id
},
updateQuery: (oldData, {fetchMoreResult:{data:{comments}}}) => {
updateQuery: (oldData, {fetchMoreResult:{comments}}) => {
return {
...oldData,
[tab]: [