diff --git a/src/components/MangaCard.tsx b/src/components/MangaCard.tsx index a161e56c..1366729a 100644 --- a/src/components/MangaCard.tsx +++ b/src/components/MangaCard.tsx @@ -107,7 +107,9 @@ export const MangaCard = (props: MangaCardProps) => { const continueReadingButton = useMemo( () => ( & - SingleModeProps['manga'] & + Omit & Partial> & - MangaChapterCountInfo & { + Partial & { latestReadChapter?: Pick | null; firstUnreadChapter?: Pick | null; };