diff --git a/src/components/games/GamesView.tsx b/src/components/games/GamesView.tsx index 041b9bc..9d4313b 100644 --- a/src/components/games/GamesView.tsx +++ b/src/components/games/GamesView.tsx @@ -304,6 +304,7 @@ function SeriesCard({ series, onClick }: { series: GameSeries; onClick: () => vo const seriesPlatforms: GamePlatform[] = [ ...new Set(series.games.flatMap((g) => g.platforms)), ] + const resolvedCover = series.coverUrl ?? series.games[0]?.coverUrl ?? null return (