chore: lint code to remove unused imports and variables (#7033)

This commit is contained in:
DDDDD12138
2024-08-07 13:04:44 +08:00
committed by GitHub
parent 1a302ca957
commit 4c4f6e362f
10 changed files with 3 additions and 21 deletions

View File

@@ -117,7 +117,6 @@ const Panel: FC = () => {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [])
const [isFold, setFold] = useState(false)
const [controlShowPopup, setControlShowPopup] = useState<number>(0)
const showPopup = useCallback(() => {
setControlShowPopup(Date.now())