From 9dab79dcdc72f9f5bd16b8e3a4257f2fa950136f Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 30 May 2024 14:33:53 -0700 Subject: [PATCH] lint --- src/components/sections/results/table/ResultTable.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/sections/results/table/ResultTable.jsx b/src/components/sections/results/table/ResultTable.jsx index 9e0ba7a51..5749375aa 100644 --- a/src/components/sections/results/table/ResultTable.jsx +++ b/src/components/sections/results/table/ResultTable.jsx @@ -6,7 +6,7 @@ import TableContainer from '@mui/material/TableContainer'; import TableHead from '@mui/material/TableHead'; import classNames from 'classnames'; import React from 'react'; -import { Trans, useTranslation } from 'react-i18next'; +import { Trans } from 'react-i18next'; import { useSelector } from 'react-redux'; import { makeStyles } from 'tss-react/mui'; import { @@ -78,7 +78,6 @@ const emptyArray = []; const StickyHeadTable = () => { const { classes } = useStyles(); - const { t } = useTranslation(); const [managerOpen, setManagerOpen] = React.useState(false);