Merge pull request #491 from quark-zju/patch-1

chore: removed redundant checkUsage
This commit is contained in:
Yifei Zhang
2023-04-05 15:06:49 +08:00
committed by GitHub

View File

@@ -113,7 +113,6 @@ export function Settings(props: { closeSettings: () => void }) {
useEffect(() => {
checkUpdate();
checkUsage();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);