mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
修复小警告
This commit is contained in:
parent
b8d8b8353f
commit
202cb7b947
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user