Skip to content

Commit 6cfc42b

Browse files
Minor
1 parent 8ecce05 commit 6cfc42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui.frontend/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function App() {
5858
fetchState();
5959
const intervalId = setInterval(fetchState, state.spaSettings.appStateInterval);
6060
return () => clearInterval(intervalId);
61-
}, []);
61+
}, [state.spaSettings.appStateInterval]);
6262

6363
return (
6464
<Provider

0 commit comments

Comments
 (0)