diff --git a/app/vmui/packages/vmui/src/pages/TopQueries/TopQueryTable/TopQueryTable.tsx b/app/vmui/packages/vmui/src/pages/TopQueries/TopQueryTable/TopQueryTable.tsx index 4f1471de2a..ae30ad172e 100644 --- a/app/vmui/packages/vmui/src/pages/TopQueries/TopQueryTable/TopQueryTable.tsx +++ b/app/vmui/packages/vmui/src/pages/TopQueries/TopQueryTable/TopQueryTable.tsx @@ -7,7 +7,6 @@ import { ArrowDropDownIcon, CopyIcon, PlayCircleOutlineIcon } from "../../../com import Button from "../../../components/Main/Button/Button"; import Tooltip from "../../../components/Main/Tooltip/Tooltip"; import { Link } from "react-router-dom"; -import router from "../../../router"; import useCopyToClipboard from "../../../hooks/useCopyToClipboard"; const TopQueryTable:FC = ({ rows, columns, defaultOrderBy }) => { @@ -75,20 +74,23 @@ const TopQueryTable:FC = ({ rows, columns, defaultOrderBy }) ))}
- - -