diff --git a/ui/src/components/PendingTasksTable.tsx b/ui/src/components/PendingTasksTable.tsx index 0f7f4e9..c8a824d 100644 --- a/ui/src/components/PendingTasksTable.tsx +++ b/ui/src/components/PendingTasksTable.tsx @@ -96,7 +96,6 @@ function PendingTasksTable(props: Props & ReduxProps) { const [page, setPage] = useState(0); const [selectedIds, setSelectedIds] = useState([]); const [activeTaskId, setActiveTaskId] = useState(""); - const handlePageChange = ( event: React.MouseEvent | null, newPage: number