diff --git a/ui/component/livestreamComments/index.js b/ui/component/livestreamComments/index.js index 3e183e691..9544a5b87 100644 --- a/ui/component/livestreamComments/index.js +++ b/ui/component/livestreamComments/index.js @@ -7,7 +7,7 @@ import LivestreamFeed from './view'; const select = (state, props) => ({ claim: makeSelectClaimForUri(props.uri)(state), - comments: makeSelectTopLevelCommentsForUri(props.uri)(state).slice(0, 25), + comments: makeSelectTopLevelCommentsForUri(props.uri)(state).slice(0, 75), fetchingComments: selectIsFetchingComments(state), });