Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Actually display events on calendar
  • Loading branch information
regalijan committed Nov 5, 2024
1 parent 941808a commit 8168cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/events-calendar.tsx
Expand Up @@ -86,7 +86,7 @@ export default function () {
return (
<Container maxW="container.lg" h="600px">
<Calendar
events={data?.eventList}
events={data?.calendarData}
localizer={dayjsLocalizer(dayjs)}
onSelectSlot={(s) => {
setDate(s.slots.at(0) as Date);
Expand Down

0 comments on commit 8168cfa

Please sign in to comment.