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(