diff --git a/app/routes/events-calendar.tsx b/app/routes/events-calendar.tsx index 74c3431..ded5fd4 100644 --- a/app/routes/events-calendar.tsx +++ b/app/routes/events-calendar.tsx @@ -161,6 +161,7 @@ export default function () { startAccessor={(event) => new Date(event.start)} style={{ height: 500 }} toolbar={false} + views={["month"]} />