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

[tag]staging

parent e1096300
Pipeline #50602 failed with stages
in 1 minute and 33 seconds
...@@ -41,7 +41,6 @@ export default function EventCalendar() { ...@@ -41,7 +41,6 @@ export default function EventCalendar() {
const getEventForDay = (date: Date) => const getEventForDay = (date: Date) =>
events.filter((e) => isSameDay(new Date(e.start_time), date)); events.filter((e) => isSameDay(new Date(e.start_time), date));
// Month title formatting (Vietnamese)
const formatMonthTitle = () => `THÁNG ${format(currentMonth, "M/yyyy")}`.toUpperCase(); const formatMonthTitle = () => `THÁNG ${format(currentMonth, "M/yyyy")}`.toUpperCase();
return ( return (
......
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