Add to useMemo dependency array

This commit is contained in:
Kalle (Sendou)
2021-07-19 21:59:36 +03:00
parent b68cfc2aa4
commit 094b47b26d

View File

@@ -84,7 +84,7 @@ const CalendarPage = () => {
},
{}
);
}, []);
}, [events.data]);
return (
<>