[Codegen] Use gql for "loading chapters"
This commit is contained in:
@@ -97,7 +97,7 @@ const Manga: React.FC = () => {
|
||||
{isLoading && <LoadingPlaceholder />}
|
||||
|
||||
{manga && <MangaDetails manga={manga} />}
|
||||
<ChapterList mangaId={id} />
|
||||
{manga && <ChapterList manga={manga} isRefreshing={refreshing} />}
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user