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':
|
||||
titleCard = (
|
||||
<PersonCard
|
||||
personId={title.id}
|
||||
name={title.name}
|
||||
profilePath={title.profilePath}
|
||||
canExpand
|
||||
|
Reference in New Issue
Block a user