From fad3a7f07ef4738f0fb33fa8c5f550430957f8a8 Mon Sep 17 00:00:00 2001 From: glax Date: Fri, 5 Sep 2025 17:45:17 +0200 Subject: [PATCH] build the thing even if it isnt working! --- tranga-website/src/Components/Mangas/Detail/ChaptersSection.tsx | 1 + 1 file changed, 1 insertion(+) 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(); };