🔧 Fixed empty library state with explanation

This commit is contained in:
2022-12-29 23:33:23 +00:00
parent 789e5b9518
commit df1fbc7dd3
3 changed files with 28 additions and 5 deletions

View File

@@ -51,7 +51,6 @@ export const RecentlyImported = ({
},
idx,
) => {
console.log(comicvine);
const { issueName, url } = determineCoverFile({
rawFileDetails,
comicvine,
@@ -63,7 +62,6 @@ export const RecentlyImported = ({
comicInfo,
locg,
});
console.log(name);
const isComicBookMetadataAvailable =
!isUndefined(comicvine) &&
!isUndefined(comicvine.volumeInformation);