Skip to content

Commit

Permalink
fix: add missed props to voice-card
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed May 28, 2024
1 parent 7dbeae5 commit 100f21c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/voice-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const VoiceCard: FC<Props> = ({ person, anime, language, ...props }) => {
description={anime.title}
disableChildrenLink
withContextMenu
content_type="person"
slug={person.slug}
leftSubtitle={language.toUpperCase()}
{...props}
>
Expand Down

0 comments on commit 100f21c

Please sign in to comment.