diff --git a/tranga-website/src/Components/Mangas/Detail/ChaptersSection.tsx b/tranga-website/src/Components/Mangas/Detail/ChaptersSection.tsx index 3a1e26f..6a8bef8 100644 --- a/tranga-website/src/Components/Mangas/Detail/ChaptersSection.tsx +++ b/tranga-website/src/Components/Mangas/Detail/ChaptersSection.tsx @@ -31,6 +31,7 @@ export default function ChaptersSection(props: ChaptersSectionProps): ReactNode }; const setDownloadingFrom = (id: MangaConnectorId, value: boolean): Promise => { + console.log(id, value); return Promise.reject(); };