diff --git a/src/components/main/routes/Dashboard.tsx b/src/components/main/routes/Dashboard.tsx index b5b6680..b94e7af 100644 --- a/src/components/main/routes/Dashboard.tsx +++ b/src/components/main/routes/Dashboard.tsx @@ -69,7 +69,7 @@ export const Dashboard = function ({ state, updateState }) { }), ); } - }, [state.dataCache, dateTime]); + }, [data, dateTime]); return (