Commit 4ed1fddb authored by Lê Bảo Hồng Đức's avatar Lê Bảo Hồng Đức

[tag]staging

parent cf5dc545
...@@ -22,7 +22,6 @@ export default function EventCalendar() { ...@@ -22,7 +22,6 @@ export default function EventCalendar() {
const { data } = useGetEvents<EventApiResponse>(); const { data } = useGetEvents<EventApiResponse>();
const events = data?.responseData.rows ?? []; const events = data?.responseData.rows ?? [];
// Calculate the days to display in the current month grid
const days = useMemo(() => { const days = useMemo(() => {
const start = startOfMonth(currentMonth); const start = startOfMonth(currentMonth);
const end = endOfMonth(currentMonth); const end = endOfMonth(currentMonth);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment