Skip to content

Commit

Permalink
feat: change token per page to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
NandyBa committed Aug 17, 2024
1 parent 0a3d7e8 commit ddfc70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/yamStatistics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const YamStatisticsPage = () => {
}),
)
const [page, setPage] = useState<number>(1)
const pageSize = 25
const pageSize = 100

const [isLoading, setIsLoading] = useState(true)

Expand Down

0 comments on commit ddfc70a

Please sign in to comment.