diff --git a/frontend/app/components/Session_/Player/Controls/EventsList.tsx b/frontend/app/components/Session_/Player/Controls/EventsList.tsx index 732613f48..cdaf92d77 100644 --- a/frontend/app/components/Session_/Player/Controls/EventsList.tsx +++ b/frontend/app/components/Session_/Player/Controls/EventsList.tsx @@ -45,7 +45,7 @@ function EventsList() { style={{ left: `${getTimelinePosition(e.time, scale)}%` }} /> ))} - {incidents.map((i) => { + {incidents?.map((i) => { const width = getTimelineEventWidth(endTime, (i as any).time, (i as any).endTime - sessionStart); return (