fix: change page size to 3
This commit is contained in:
parent
ba31ba262d
commit
4676799c14
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ function Invited(props: Props) {
|
||||||
referrerIsChannel && (
|
referrerIsChannel && (
|
||||||
<div className="claim-preview--channel">
|
<div className="claim-preview--channel">
|
||||||
<ClaimPreview key={refUri} uri={refUri} actions={''} type={'small'} />
|
<ClaimPreview key={refUri} uri={refUri} actions={''} type={'small'} />
|
||||||
<ChannelContent uri={fullUri} defaultPageSize={5} defaultInfiniteScroll={false} />
|
<ChannelContent uri={fullUri} defaultPageSize={3} defaultInfiniteScroll={false} />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue