Browse Source

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

chore: removed redundant checkUsage
Yifei Zhang 1 năm trước cách đây
mục cha
commit
4542c18385
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/components/settings.tsx

+ 0 - 1
app/components/settings.tsx

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