From af9c42f5e0335bb457fed7a1aefa196856675819 Mon Sep 17 00:00:00 2001 From: Aj - Thomas Date: Fri, 6 May 2022 17:50:21 +0200 Subject: [PATCH] Remove Issue TODO --- components/calendar/CalendarComponent.tsx | 2 -- 1 file changed, 2 deletions(-) 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 (