mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 21:57:13 +08:00
actually pass the asset_id instead of undefined
This commit is contained in:
@@ -17,7 +17,7 @@ const loadMoreComments = (assetId, comments, loadMore, parentId) => {
|
||||
loadMore({
|
||||
limit: ADDTL_COMMENTS_ON_LOAD_MORE,
|
||||
cursor,
|
||||
assetId,
|
||||
asset_id: assetId,
|
||||
parent_id: parentId,
|
||||
sort: parentId ? 'CHRONOLOGICAL' : 'REVERSE_CHRONOLOGICAL'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user