From 24e1e94747c9a070bc84a64ace47166efe52f7f1 Mon Sep 17 00:00:00 2001 From: Gauthier Date: Mon, 19 May 2025 05:45:12 +0200 Subject: [PATCH] fix(ui): make person media type filter consistent on mobile (#1669) This PR fixes the media type filter on mobile --- src/components/PersonDetails/index.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/PersonDetails/index.tsx b/src/components/PersonDetails/index.tsx index a1dedcb0..539d90a7 100644 --- a/src/components/PersonDetails/index.tsx +++ b/src/components/PersonDetails/index.tsx @@ -271,9 +271,11 @@ const PersonDetails = () => { )}
-
+

{data.name}

-
{mediaTypePicker}
+
+ {mediaTypePicker} +
{personAttributes.join(' | ')}
@@ -312,6 +314,7 @@ const PersonDetails = () => { )}
+
{mediaTypePicker}
{data.knownForDepartment === 'Acting' ? [cast, crew] : [crew, cast]} {isLoading && }