From 8bdf4f0548c3d1289b5ef16d83179500af455a4a Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Fri, 4 Oct 2024 12:04:22 -0400 Subject: [PATCH] fix dependency (#221) --- agent/agentUi/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agentUi/src/App.jsx b/agent/agentUi/src/App.jsx index b9ab4b31..35829c4e 100644 --- a/agent/agentUi/src/App.jsx +++ b/agent/agentUi/src/App.jsx @@ -59,7 +59,7 @@ function App() { setVersion(data.v); } }); - }, [api]); + }, []); useEffect(() => { let mounted = true;