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