forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #491 from quark-zju/patch-1
chore: removed redundant checkUsage
This commit is contained in:
commit
4542c18385
@ -113,7 +113,6 @@ export function Settings(props: { closeSettings: () => void }) {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
checkUpdate();
|
checkUpdate();
|
||||||
checkUsage();
|
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user