Force page size to 50 on live streams
This commit is contained in:
parent
c32a95a885
commit
de8d139351
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ export default function LivestreamList() {
|
||||||
streamTypes={null}
|
streamTypes={null}
|
||||||
channelIds={Object.keys(livestreamMap)}
|
channelIds={Object.keys(livestreamMap)}
|
||||||
limitClaimsPerChannel={1}
|
limitClaimsPerChannel={1}
|
||||||
|
pageSize={50}
|
||||||
renderProperties={(claim) => {
|
renderProperties={(claim) => {
|
||||||
const livestream = livestreamMap[claim.signing_channel.claim_id];
|
const livestream = livestreamMap[claim.signing_channel.claim_id];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue