diff --git a/frontend/src/components/data-table/pagination.tsx b/frontend/src/components/data-table/pagination.tsx index a919a97e985..ee96e1fa070 100644 --- a/frontend/src/components/data-table/pagination.tsx +++ b/frontend/src/components/data-table/pagination.tsx @@ -84,14 +84,6 @@ export const DataTablePagination = ({ ); const totalPages = table.getPageCount(); - const renderOption = (i: number) => { - return ( - - ); - }; - return (
{renderTotal()}