Add base debug WS route
This commit is contained in:
@@ -256,7 +256,7 @@ function SyncThreadStatus(): React.ReactElement {
|
||||
React.useEffect(() => {
|
||||
const interval = setInterval(loadStatus, 1000);
|
||||
|
||||
() => clearInterval(interval);
|
||||
return () => clearInterval(interval);
|
||||
}, []);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user