diff --git a/components/calendar/CalendarComponent.tsx b/components/calendar/CalendarComponent.tsx index 53b3695f4..78135e511 100644 --- a/components/calendar/CalendarComponent.tsx +++ b/components/calendar/CalendarComponent.tsx @@ -77,8 +77,6 @@ function DayComponent(props: any) { if (sonarrFiltered.length === 0 && radarrFiltered.length === 0) { return
{day}
; } - // TODO: #5 Add the ability to display multiple medias on the same day by looping over the filtered medias for each service type - // And adding a divider between the medias return (