Skip to content

Commit

Permalink
feat(archived-sessions-page): Added buttons to skip to first and last…
Browse files Browse the repository at this point in the history
… pages
  • Loading branch information
nzeager committed Nov 19, 2023
1 parent 4944f43 commit 3adf4b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Sessions/ArchivedSessions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export default function ArchivedSessions({token, pk, mentor}) {
count={pageCount}
page={page}
onChange={handlePageChange}
showFirstButton
showLastButton
size="large" />
</Box>
:
Expand Down

0 comments on commit 3adf4b5

Please sign in to comment.