mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-09-10 03:48:21 +02:00
build the thing even if it isnt working!
This commit is contained in:
@@ -31,6 +31,7 @@ export default function ChaptersSection(props: ChaptersSectionProps): ReactNode
|
|||||||
};
|
};
|
||||||
|
|
||||||
const setDownloadingFrom = (id: MangaConnectorId, value: boolean): Promise<void> => {
|
const setDownloadingFrom = (id: MangaConnectorId, value: boolean): Promise<void> => {
|
||||||
|
console.log(id, value);
|
||||||
return Promise.reject();
|
return Promise.reject();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user