From 8168cfa2c86b618ac798513017866062643d452e Mon Sep 17 00:00:00 2001 From: Regalijan Date: Tue, 5 Nov 2024 15:48:12 -0500 Subject: [PATCH] Actually display events on calendar --- app/routes/events-calendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/events-calendar.tsx b/app/routes/events-calendar.tsx index 395a1ae..75548ae 100644 --- a/app/routes/events-calendar.tsx +++ b/app/routes/events-calendar.tsx @@ -86,7 +86,7 @@ export default function () { return ( { setDate(s.slots.at(0) as Date);