diff --git a/src/components/layout/header/Search.tsx b/src/components/layout/header/Search.tsx index add4cb184..00d9bd38d 100644 --- a/src/components/layout/header/Search.tsx +++ b/src/components/layout/header/Search.tsx @@ -172,7 +172,10 @@ export function Search() { return ( 0 && opened && searchQuery.length > 3} + opened={ + (OverseerrResults && OverseerrResults.length > 0 && opened && searchQuery.length > 3) ?? + false + } position="bottom" withinPortal shadow="md" diff --git a/src/widgets/calendar/MediaList.tsx b/src/widgets/calendar/MediaList.tsx index 153e8608c..c77a413d9 100644 --- a/src/widgets/calendar/MediaList.tsx +++ b/src/widgets/calendar/MediaList.tsx @@ -18,7 +18,7 @@ export const MediaList = ({ medias }: MediaListProps) => { return (