Skip to content

Commit

Permalink
Update limit to 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed May 20, 2024
1 parent 2abe8f6 commit ce88455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function NodeList() {
const [page, setPage] = React.useState<number>(1)
const getAllNodesQuery = useListAllNodes({
page: page,
limit: 15,
limit: 16,
})
const nodes = getAllNodesQuery.data?.nodes || []

Expand Down

0 comments on commit ce88455

Please sign in to comment.