mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
修复小警告
This commit is contained in:
@@ -73,7 +73,7 @@ const SideBar: React.FC = () => {
|
||||
if (current != pathname) {
|
||||
router.push(current);
|
||||
}
|
||||
}, []);
|
||||
}, [current, pathname, router]);
|
||||
// useEffect(() => {
|
||||
// const handleStart = () => setLoading(true)
|
||||
// const handleComplete = () => setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user