Skip to content

Commit

Permalink
feat: change default pagination from 9 to 27
Browse files Browse the repository at this point in the history
  • Loading branch information
stinaq committed Jul 9, 2024
1 parent 5963109 commit 7e7cb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/hooks/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const defaultFilter: SessionFilter = {
hostedBy: undefined,
votable: false,
};
const defaultPagination = { page: 1, count: 9 };
const defaultPagination = { page: 1, count: 27 };

export const useSessions = ({
initalFilter = defaultFilter,
Expand Down

0 comments on commit 7e7cb0a

Please sign in to comment.