diff --git a/src/objects/sidebar.tsx b/src/objects/sidebar.tsx index bfeac1b..bf879f3 100644 --- a/src/objects/sidebar.tsx +++ b/src/objects/sidebar.tsx @@ -24,16 +24,16 @@ export function Sidebar({ movie, similarMoviesAvailable, watchProviders, config,

{movie?.title ?? "loading"}

- - {movie.poster_path ? + {movie.poster_path ? + - : - } - + + : + } {similarMoviesAvailable ? "" : "No hay data suficiente para darte pelĂ­lculas relacionadas."}
{movie.overview === null ?