Fix MangaConnector Badge

This commit is contained in:
2025-09-04 19:16:17 +02:00
parent ae710bb367
commit 48cf2423d1
2 changed files with 10 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ export default function MangaCard({
return (
<Badge
badgeContent={manga?.mangaConnectorIds.map((id) => (
<MangaConnectorIcon key={id.mangaConnectorName} />
<MangaConnectorIcon mangaConnectorName={id.mangaConnectorName} />
))}
className={'manga-card-badge'}
>