diff --git a/app/routes/calendar/$id/index.tsx b/app/routes/calendar/$id/index.tsx index ac1447e21..bf2b9c68f 100644 --- a/app/routes/calendar/$id/index.tsx +++ b/app/routes/calendar/$id/index.tsx @@ -101,6 +101,7 @@ export default function CalendarEventPage() { day: "numeric", month: "long", weekday: "long", + year: "numeric", } ) : null}