From 9a5f641106c9d693364edc8ecc4b6843b79c4a9c Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 15 Mar 2023 00:06:30 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixes=20for=20broken=20image=20p?= =?UTF-8?q?aths?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/Dashboard/RecentlyImported.tsx | 4 ++-- src/client/components/Dashboard/WantedComicsList.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/components/Dashboard/RecentlyImported.tsx b/src/client/components/Dashboard/RecentlyImported.tsx index eb9b2df..3e990b7 100644 --- a/src/client/components/Dashboard/RecentlyImported.tsx +++ b/src/client/components/Dashboard/RecentlyImported.tsx @@ -83,14 +83,14 @@ export const RecentlyImported = ({ {/* Raw file presence */} {isNil(rawFileDetails) && ( - + )} {/* ComicInfo.xml presence */} {!isNil(comicInfo) && !isEmpty(comicInfo) && ( {"ComicInfo.xml diff --git a/src/client/components/Dashboard/WantedComicsList.tsx b/src/client/components/Dashboard/WantedComicsList.tsx index 02dcf49..2205b79 100644 --- a/src/client/components/Dashboard/WantedComicsList.tsx +++ b/src/client/components/Dashboard/WantedComicsList.tsx @@ -87,7 +87,7 @@ export const WantedComicsList = ({ )} {!isEmpty(locg) && ( - + )} {/* Issue type */}