Fix using wrong dependency
This commit is contained in:
@@ -69,7 +69,7 @@ export const Dashboard = function ({ state, updateState }) {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}, [state.dataCache, dateTime]);
|
}, [data, dateTime]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user