diff --git a/frontend/src/components/Pagination.tsx b/frontend/src/components/Pagination.tsx index 4abdeb8..9d941e2 100644 --- a/frontend/src/components/Pagination.tsx +++ b/frontend/src/components/Pagination.tsx @@ -66,25 +66,10 @@ export function TablePagination({ return (
+ + {from}–{to} of {total} +
- Rows per page - -
-
- - {from}–{to} of {total} - + Rows per page +
)