View More working with asset_id

This commit is contained in:
Belen Curcio
2017-04-25 16:17:10 -03:00
parent fcf25e0b96
commit 9c448d5143
+1 -1
View File
@@ -7,9 +7,9 @@ const onLoadMoreClick = ({loadMore, commentCount, firstCommentDate, assetId, upd
e.preventDefault();
updateCountCache(assetId, commentCount);
loadMore({
asset_id: assetId,
limit: 500,
cursor: firstCommentDate,
assetId,
sort: 'CHRONOLOGICAL'
}, true);
};