Force page size to 50 on live streams

This commit is contained in:
Thomas Zarebczan 2021-05-04 14:12:51 -04:00
parent c32a95a885
commit de8d139351
No known key found for this signature in database
GPG key ID: D505010BDB4364BC

View file

@ -60,6 +60,7 @@ export default function LivestreamList() {
streamTypes={null}
channelIds={Object.keys(livestreamMap)}
limitClaimsPerChannel={1}
pageSize={50}
renderProperties={(claim) => {
const livestream = livestreamMap[claim.signing_channel.claim_id];