Add base debug WS route

This commit is contained in:
2025-11-20 19:14:02 +01:00
parent a1b22699e9
commit 3ecfc6b470
4 changed files with 72 additions and 1 deletions

View File

@@ -256,7 +256,7 @@ function SyncThreadStatus(): React.ReactElement {
React.useEffect(() => {
const interval = setInterval(loadStatus, 1000);
() => clearInterval(interval);
return () => clearInterval(interval);
}, []);
return (