From b9f0a5c58d9e5a9a8c3e896b13dbf30cec1fc93e Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 23:17:09 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/calendar.index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/routes/calendar.index.tsx b/src/routes/calendar.index.tsx index 42e7263..9b94f3b 100644 --- a/src/routes/calendar.index.tsx +++ b/src/routes/calendar.index.tsx @@ -605,7 +605,12 @@ function CalendarPage() { onSelectDay={(d) => setSelected(d)} /> ) : view === "list" ? ( - + ) : null}