Skip to content

Commit

Permalink
fix rewards filter (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamoskvin authored Aug 18, 2024
1 parent 64f2b6f commit cb0f79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Pools/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ function PairList({
extraPages = 0
}
setMaxPage(Math.floor(filteredPairsAddresses.length / ITEMS_PER_PAGE) + extraPages)
setPage(1)
}
}, [ITEMS_PER_PAGE, filteredPairsAddresses])

Expand Down

0 comments on commit cb0f79c

Please sign in to comment.