diff --git a/src/components/Discover/DiscoverNetwork/index.tsx b/src/components/Discover/DiscoverNetwork/index.tsx index 00e289305..a8f7375d8 100644 --- a/src/components/Discover/DiscoverNetwork/index.tsx +++ b/src/components/Discover/DiscoverNetwork/index.tsx @@ -1,3 +1,4 @@ +import CachedImage from '@app/components/Common/CachedImage'; import Header from '@app/components/Common/Header'; import ListView from '@app/components/Common/ListView'; import PageTitle from '@app/components/Common/PageTitle'; @@ -7,7 +8,6 @@ import Error from '@app/pages/_error'; import defineMessages from '@app/utils/defineMessages'; import type { TvNetwork } from '@server/models/common'; import type { TvResult } from '@server/models/Search'; -import Image from 'next/image'; import { useRouter } from 'next/router'; import { useIntl } from 'react-intl'; @@ -49,7 +49,8 @@ const DiscoverTvNetwork = () => {
{firstResultData?.network.logoPath ? (
- {firstResultData.network.name} {
{firstResultData?.studio.logoPath ? (
- {firstResultData.studio.name} {
{posters[0] && (
- { )} {posters[1] && (
- { )} {posters[2] && (
- { )} {posters[3] && (
-