diff --git a/src/renderer/App.tsx b/src/renderer/App.tsx
index 222a0c6..5d00c3e 100644
--- a/src/renderer/App.tsx
+++ b/src/renderer/App.tsx
@@ -306,7 +306,7 @@ const BandwidthChart = memo(function BandwidthChart({ items, running, paused }:
useEffect(() => {
drawChart();
- }, [drawChart]);
+ });
return (
@@ -1903,10 +1903,10 @@ export function App(): ReactElement {