mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[bugfix] fix no dependency in useEffect
This commit is contained in:
@@ -32,7 +32,7 @@ export default function TitleBar({ template = "index.html" }: { template: AppWin
|
||||
return setPreviewVersion("BETA");
|
||||
}
|
||||
});
|
||||
});
|
||||
}, []);
|
||||
|
||||
const [maximized, setMaximized] = useState(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user