From a8ae4130a610af6aa585234530221d19a5602df6 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 25 Feb 2026 20:27:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fixes=20for=20RecentlyImported?= =?UTF-8?q?=20Section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/Dashboard/Dashboard.tsx | 2 +- src/client/components/Dashboard/PullList.tsx | 2 +- src/client/components/Dashboard/RecentlyImported.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/components/Dashboard/Dashboard.tsx b/src/client/components/Dashboard/Dashboard.tsx index c9ef126..545b082 100644 --- a/src/client/components/Dashboard/Dashboard.tsx +++ b/src/client/components/Dashboard/Dashboard.tsx @@ -69,7 +69,7 @@ export const Dashboard = (): ReactElement => { return ( <> -
+
{recentComics && } {/* Wanted comics */} diff --git a/src/client/components/Dashboard/PullList.tsx b/src/client/components/Dashboard/PullList.tsx index d571df4..6e6ad01 100644 --- a/src/client/components/Dashboard/PullList.tsx +++ b/src/client/components/Dashboard/PullList.tsx @@ -142,7 +142,7 @@ export const PullList = (): ReactElement => { />
-
+
{isSuccess && !isLoading && (
diff --git a/src/client/components/Dashboard/RecentlyImported.tsx b/src/client/components/Dashboard/RecentlyImported.tsx index 9953022..b683fd7 100644 --- a/src/client/components/Dashboard/RecentlyImported.tsx +++ b/src/client/components/Dashboard/RecentlyImported.tsx @@ -36,7 +36,7 @@ export const RecentlyImported = ( subHeaderContent="Recent Library activity such as imports, tagging, etc." iconClassNames="fa-solid fa-binoculars mr-2" /> -
+
{comics?.comics.map(