fix: missing personId in ListView component

pull/228/head
sct 4 years ago
parent 8cd067b6e9
commit 6502feb1a5

@ -69,6 +69,7 @@ const ListView: React.FC<ListViewProps> = ({
case 'person':
titleCard = (
<PersonCard
personId={title.id}
name={title.name}
profilePath={title.profilePath}
canExpand

Loading…
Cancel
Save