From 597858785e1a63b56cfeeb83ce01ccdbe166371c Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <31414959+0xSysR3ll@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:27:11 +0100 Subject: [PATCH] fix(ui): ensure mobile media type filter is always visible on actor pages (#2128) Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me> --- src/components/PersonDetails/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PersonDetails/index.tsx b/src/components/PersonDetails/index.tsx index 539d90a7..9b88934b 100644 --- a/src/components/PersonDetails/index.tsx +++ b/src/components/PersonDetails/index.tsx @@ -292,6 +292,7 @@ const PersonDetails = () => { )} +
{mediaTypePicker}
{data.biography && (
{/* eslint-disable-next-line jsx-a11y/click-events-have-key-events */} @@ -314,7 +315,6 @@ const PersonDetails = () => { )}
-
{mediaTypePicker}
{data.knownForDepartment === 'Acting' ? [cast, crew] : [crew, cast]} {isLoading && }