Fix using wrong dependency

This commit is contained in:
Florian Schroedl
2024-01-23 17:31:22 +01:00
parent a3a6d6a3e9
commit 671823b8d4

View File

@@ -69,7 +69,7 @@ export const Dashboard = function ({ state, updateState }) {
}),
);
}
}, [state.dataCache, dateTime]);
}, [data, dateTime]);
return (
<div