Skip to content

Commit

Permalink
fix(home): show series tag when available
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed May 10, 2021
1 parent 2ab122f commit 11a25c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Shelf/Shelf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const Shelf: React.FC<ShelfProps> = ({
title={item.title}
duration={item.duration}
posterSource={item.image}
seriesId={item.seriesId}
onClick={() => (isInView ? onCardClick(item) : null)}
onHover={() => onCardHover(item)}
featured={featured}
Expand Down

0 comments on commit 11a25c1

Please sign in to comment.