Skip to content

Commit

Permalink
fix dependency (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Oct 4, 2024
1 parent 3f00bb6 commit 8bdf4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agentUi/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function App() {
setVersion(data.v);
}
});
}, [api]);
}, []);

useEffect(() => {
let mounted = true;
Expand Down

0 comments on commit 8bdf4f0

Please sign in to comment.