From d33baf07d38ff3e79be76f07b764646f46977367 Mon Sep 17 00:00:00 2001 From: herrrta <73949927+herrrta@users.noreply.github.com> Date: Wed, 5 Mar 2025 20:16:42 -0500 Subject: [PATCH] fix: Recent requests requester name --- components/posters/JellyseerrPoster.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/components/posters/JellyseerrPoster.tsx b/components/posters/JellyseerrPoster.tsx index 10d1f3c2..57ae1c44 100644 --- a/components/posters/JellyseerrPoster.tsx +++ b/components/posters/JellyseerrPoster.tsx @@ -17,7 +17,7 @@ import {useTranslation} from "react-i18next"; import {MediaStatus} from "@/utils/jellyseerr/server/constants/media"; import {textShadowStyle} from "@/components/jellyseerr/discover/GenericSlideCard"; import {Colors} from "@/constants/Colors"; -import {Tags} from "@/components/GenreTags"; +import {Tag, Tags} from "@/components/GenreTags"; interface Props extends ViewProps { item?: MovieResult | TvResult | MovieDetails | TvDetails; @@ -156,12 +156,10 @@ const JellyseerrPoster: React.FC = ({ )} - - {mediaRequest?.requestedBy.displayName} - + {requestedSeasons.length > 0 && (