Fix ESLint issues
This commit is contained in:
@@ -257,7 +257,7 @@ function SyncThreadStatus(): React.ReactElement {
|
||||
const interval = setInterval(loadStatus, 1000);
|
||||
|
||||
return () => clearInterval(interval);
|
||||
}, []);
|
||||
});
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user