diff --git a/src/client/components/Library/Library.tsx b/src/client/components/Library/Library.tsx index 7c78402..8a2f0a2 100644 --- a/src/client/components/Library/Library.tsx +++ b/src/client/components/Library/Library.tsx @@ -43,6 +43,7 @@ export const Library = (): ReactElement => { ), ); }, []); + const [{ pageIndex, pageSize }, setPagination] = React.useState({ pageIndex: 1, @@ -133,14 +134,13 @@ export const Library = (): ReactElement => {
- {/* pagination control */} + {/* pagination controls */}