Frontend: Cleanup implied types, unused imports and variables (#7439)

This commit is contained in:
RachelElysia
2022-09-01 11:28:02 -04:00
committed by GitHub
parent 8a242f7ba1
commit 93e684d524
74 changed files with 237 additions and 343 deletions
@@ -29,7 +29,7 @@ const PackQueriesTable = ({
scheduledQueries,
isLoadingPackQueries,
}: IPackQueriesTableProps): JSX.Element => {
const [querySearchText, setQuerySearchText] = useState<string>("");
const [querySearchText, setQuerySearchText] = useState("");
// NOTE: this is called once on the initial rendering. The initial render of
// the TableContainer child component will call this handler.