mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix: missing personId in ListView component
This commit is contained in:
@@ -69,6 +69,7 @@ const ListView: React.FC<ListViewProps> = ({
|
|||||||
case 'person':
|
case 'person':
|
||||||
titleCard = (
|
titleCard = (
|
||||||
<PersonCard
|
<PersonCard
|
||||||
|
personId={title.id}
|
||||||
name={title.name}
|
name={title.name}
|
||||||
profilePath={title.profilePath}
|
profilePath={title.profilePath}
|
||||||
canExpand
|
canExpand
|
||||||
|
Reference in New Issue
Block a user