Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka committed Aug 30, 2024
1 parent 78eebdd commit 97c2a48
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/src/components/data-table/pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@ export const DataTablePagination = <TData,>({
);
const totalPages = table.getPageCount();

const renderOption = (i: number) => {
return (
<option key={i} value={i + 1}>
{i + 1}
</option>
);
};

return (
<div className="flex flex-1 items-center justify-between px-2">
<div className="text-sm text-muted-foreground">{renderTotal()}</div>
Expand Down

0 comments on commit 97c2a48

Please sign in to comment.