🔨 Fixes for broken cover images in RI
This commit is contained in:
@@ -112,7 +112,6 @@ export const PullList = (): ReactElement => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{isSuccess && !isLoading && (
|
{isSuccess && !isLoading && (
|
||||||
<div className="overflow-hidden -mr-4 sm:-mr-8 lg:-mr-16 xl:-mr-20 2xl:-mr-24">
|
<div className="overflow-hidden -mr-4 sm:-mr-8 lg:-mr-16 xl:-mr-20 2xl:-mr-24">
|
||||||
<div className="overflow-hidden" ref={emblaRef}>
|
<div className="overflow-hidden" ref={emblaRef}>
|
||||||
|
|||||||
@@ -55,12 +55,11 @@ export const RecentlyImported = (
|
|||||||
const isComicVineMetadataAvailable =
|
const isComicVineMetadataAvailable =
|
||||||
!isUndefined(comicvine) &&
|
!isUndefined(comicvine) &&
|
||||||
!isUndefined(comicvine.volumeInformation);
|
!isUndefined(comicvine.volumeInformation);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card
|
<Card
|
||||||
orientation="vertical-2"
|
orientation="vertical-2"
|
||||||
key={idx}
|
key={idx}
|
||||||
imageUrl={`${LIBRARY_SERVICE_HOST}/${rawFileDetails.cover.filePath}`}
|
imageUrl={url}
|
||||||
title={inferredMetadata.issue.name}
|
title={inferredMetadata.issue.name}
|
||||||
hasDetails
|
hasDetails
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user