Skip to content

Commit

Permalink
up the page size
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoseneca committed Mar 29, 2024
1 parent d113030 commit 0c5af75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const RoundsFeed: React.FC<{}> = () => {
setFetchNewRounds(false);

const fetchedRounds = (
await fetchRoundsForFilter(propHouse, favorites, roundsFilter, pageIndex, 12)
await fetchRoundsForFilter(propHouse, favorites, roundsFilter, pageIndex, 20)
).map(round => {
if (COMPLETED_ROUND_OVERRIDES[round.address]) {
round.state = COMPLETED_ROUND_OVERRIDES[round.address].state;
Expand Down

0 comments on commit 0c5af75

Please sign in to comment.