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

chore: removed redundant checkUsage
main
Yifei Zhang 2 years ago committed by GitHub
commit 4542c18385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save