From 1655bf3d881063df962cecec2f0fc0a7f6225072 Mon Sep 17 00:00:00 2001 From: Peizhi Zheng Date: Fri, 14 Jan 2022 20:20:41 -0800 Subject: [PATCH] address comments --- ui/src/components/PendingTasksTable.tsx | 1 - 1 file changed, 1 deletion(-) 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