diff --git a/src/components/poster/variants/poster-horizontal.tsx b/src/components/poster/variants/poster-horizontal.tsx index f64a0e093..c16d2451e 100644 --- a/src/components/poster/variants/poster-horizontal.tsx +++ b/src/components/poster/variants/poster-horizontal.tsx @@ -71,9 +71,9 @@ const PosterHorizontal = ({ title, images, likes, id, synopsis }: Poster) => { - - {formatLikes(likes)} - + + {formatLikes(likes ?? 0)} +