Merge branch 'master' into view-more-no-worky

This commit is contained in:
Riley Davis
2017-03-21 09:09:57 -06:00
committed by GitHub
@@ -41,7 +41,7 @@ export const getCounts = (data) => ({asset_id, limit, sort}) => {
});
};
export const loadMore = (data) => ({limit, cursor, parent_id, asset_id, sort}, newComments) => {
export const loadMore = (data) => ({limit, cursor, parent_id = null, asset_id, sort}, newComments) => {
return data.fetchMore({
query: LOAD_MORE,
variables: {