Skip to content

Commit

Permalink
Merge pull request #1 from devoteam-se/feat/change-default-pagination
Browse files Browse the repository at this point in the history
feat: change default pagination from 9 to 27
  • Loading branch information
stinaq authored Aug 13, 2024
2 parents 5963109 + 7e7cb0a commit 6ca0f61
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 6ca0f61

Please sign in to comment.