diff --git a/frontend/src/components/Graph/index.tsx b/frontend/src/components/Graph/index.tsx index eac5ae2712..b6905495d4 100644 --- a/frontend/src/components/Graph/index.tsx +++ b/frontend/src/components/Graph/index.tsx @@ -148,7 +148,7 @@ const Graph = ({ useEffect(() => { buildChart(); - }, []); + }, [buildChart]); return (