diff --git a/frontend/src/@types/api.d.ts b/frontend/src/@types/api.d.ts index 2003038b1..21dbc332f 100644 --- a/frontend/src/@types/api.d.ts +++ b/frontend/src/@types/api.d.ts @@ -109,7 +109,6 @@ namespace Item { alternativeTitles: string[]; poster: string; year: string; - monitored: boolean; }; type Series = Base & diff --git a/frontend/src/generic/ItemOverview.tsx b/frontend/src/generic/ItemOverview.tsx index 95d28b535..845c7f152 100644 --- a/frontend/src/generic/ItemOverview.tsx +++ b/frontend/src/generic/ItemOverview.tsx @@ -150,14 +150,14 @@ const ItemOverview: FunctionComponent = (props) => { - + ) : null}

{item.title}