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

fix production

parent ee5e37bf
...@@ -19,7 +19,6 @@ export default function EventCalendar() { ...@@ -19,7 +19,6 @@ export default function EventCalendar() {
const [currentMonth, setCurrentMonth] = useState(new Date()); const [currentMonth, setCurrentMonth] = useState(new Date());
const today = new Date(); const today = new Date();
// Fetch event data from API
const { data } = useGetEvents<EventApiResponse>(); const { data } = useGetEvents<EventApiResponse>();
const events = data?.responseData.rows ?? []; const events = data?.responseData.rows ?? [];
......
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