We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91aa7d1 commit 5978587Copy full SHA for 5978587
src/components/PersonDetails/index.tsx
@@ -292,6 +292,7 @@ const PersonDetails = () => {
292
</div>
293
)}
294
295
+ <div className="lg:hidden">{mediaTypePicker}</div>
296
{data.biography && (
297
<div className="relative text-left">
298
{/* eslint-disable-next-line jsx-a11y/click-events-have-key-events */}
@@ -314,7 +315,6 @@ const PersonDetails = () => {
314
315
316
317
- <div className="lg:hidden">{mediaTypePicker}</div>
318
{data.knownForDepartment === 'Acting' ? [cast, crew] : [crew, cast]}
319
{isLoading && <LoadingSpinner />}
320
</>
0 commit comments