bump comments length to 75
This commit is contained in:
parent
707ad5d4de
commit
7c83fa662c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import LivestreamFeed from './view';
|
||||||
|
|
||||||
const select = (state, props) => ({
|
const select = (state, props) => ({
|
||||||
claim: makeSelectClaimForUri(props.uri)(state),
|
claim: makeSelectClaimForUri(props.uri)(state),
|
||||||
comments: makeSelectTopLevelCommentsForUri(props.uri)(state).slice(0, 25),
|
comments: makeSelectTopLevelCommentsForUri(props.uri)(state).slice(0, 75),
|
||||||
fetchingComments: selectIsFetchingComments(state),
|
fetchingComments: selectIsFetchingComments(state),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue