diff --git a/web/client/src/sections/problem/components/tableData.jsx b/web/client/src/sections/problem/components/tableData.jsx index 62d310c..3921397 100644 --- a/web/client/src/sections/problem/components/tableData.jsx +++ b/web/client/src/sections/problem/components/tableData.jsx @@ -8,7 +8,7 @@ import { emit } from "superagent"; -const TableData = ({ dispatch, actions, route, collectData, setSetup, exhibition, +const TableData = ({ route,dispatch, actions, collectData, setSetup, exhibition, selected, setSelected, setIfBulk, setConfirm, setGenre, query, setQuery }) => { const { problem } = actions @@ -101,13 +101,13 @@ const TableData = ({ dispatch, actions, route, collectData, setSetup, exhibition break; } - }, [route, query, search]) + }, [query, search]) return ( <> -