Skip to content

Commit

Permalink
fix: missing personId in ListView component
Browse files Browse the repository at this point in the history
  • Loading branch information
sct committed Dec 9, 2020
1 parent 8cd067b commit 6502feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Common/ListView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const ListView: React.FC<ListViewProps> = ({
case 'person':
titleCard = (
<PersonCard
personId={title.id}
name={title.name}
profilePath={title.profilePath}
canExpand
Expand Down

0 comments on commit 6502feb

Please sign in to comment.