fix: missing personId in ListView component

This commit is contained in:
sct
2020-12-09 11:20:57 +00:00
parent 8cd067b6e9
commit 6502feb1a5

View File

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