Remove Issue TODO
This commit is contained in:
@@ -77,8 +77,6 @@ function DayComponent(props: any) {
|
|||||||
if (sonarrFiltered.length === 0 && radarrFiltered.length === 0) {
|
if (sonarrFiltered.length === 0 && radarrFiltered.length === 0) {
|
||||||
return <div>{day}</div>;
|
return <div>{day}</div>;
|
||||||
}
|
}
|
||||||
// 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 (
|
return (
|
||||||
<Box
|
<Box
|
||||||
|
|||||||
Reference in New Issue
Block a user