diff --git a/apps/pwa/src/components/EventDetailPopover.test.tsx b/apps/pwa/src/components/EventDetailPopover.test.tsx index 6e9da89..89f498e 100644 --- a/apps/pwa/src/components/EventDetailPopover.test.tsx +++ b/apps/pwa/src/components/EventDetailPopover.test.tsx @@ -62,6 +62,7 @@ const TIMED_OCCURRENCE: CalendarOccurrence = { allDay: false, location: 'Conference Room B', description: 'Daily team sync meeting', + hasRrule: false, } const OCCURRENCE_WITH_HTML: CalendarOccurrence = { @@ -88,6 +89,7 @@ const ALLDAY_OCCURRENCE: CalendarOccurrence = { allDay: true, location: null, description: null, + hasRrule: false, } // ── Import component (after mocks are declared) ───────────────────────────────