From b47b38cc8da5b13e021af9b179ad83afad841fd6 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 17 Feb 2026 12:06:16 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fixes=20for=20broken=20cover=20i?= =?UTF-8?q?mages=20in=20RI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/Dashboard/PullList.tsx | 1 - src/client/components/Dashboard/RecentlyImported.tsx | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/client/components/Dashboard/PullList.tsx b/src/client/components/Dashboard/PullList.tsx index a62ab83..86add52 100644 --- a/src/client/components/Dashboard/PullList.tsx +++ b/src/client/components/Dashboard/PullList.tsx @@ -112,7 +112,6 @@ export const PullList = (): ReactElement => { - {isSuccess && !isLoading && (
diff --git a/src/client/components/Dashboard/RecentlyImported.tsx b/src/client/components/Dashboard/RecentlyImported.tsx index 47a4e79..bd90c91 100644 --- a/src/client/components/Dashboard/RecentlyImported.tsx +++ b/src/client/components/Dashboard/RecentlyImported.tsx @@ -55,12 +55,11 @@ export const RecentlyImported = ( const isComicVineMetadataAvailable = !isUndefined(comicvine) && !isUndefined(comicvine.volumeInformation); - return (