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 && }