From 173e3140320cafcaa8b4d6f88a81448897a1f18e Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 28 Oct 2024 13:03:46 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixed=20the=20download=20bundles?= =?UTF-8?q?=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ComicDetail/AcquisitionPanel.tsx | 15 +++++++-------- .../components/ComicDetail/DownloadsPanel.tsx | 3 +-- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/client/components/ComicDetail/AcquisitionPanel.tsx b/src/client/components/ComicDetail/AcquisitionPanel.tsx index de59401..436429b 100644 --- a/src/client/components/ComicDetail/AcquisitionPanel.tsx +++ b/src/client/components/ComicDetail/AcquisitionPanel.tsx @@ -246,14 +246,13 @@ export const AcquisitionPanel = ( )} /> ) : ( -
-
-
- No AirDC++ hub configured. Please configure it in{" "} - Settings > AirDC++ > Hubs. -
-
-
+
+ No AirDC++ hub configured. Please configure it in{" "} + Settings > AirDC++ > Hubs. +
)} diff --git a/src/client/components/ComicDetail/DownloadsPanel.tsx b/src/client/components/ComicDetail/DownloadsPanel.tsx index 9917e31..2998d02 100644 --- a/src/client/components/ComicDetail/DownloadsPanel.tsx +++ b/src/client/components/ComicDetail/DownloadsPanel.tsx @@ -85,7 +85,6 @@ export const DownloadsPanel = ( return (
- {JSON.stringify(activeTab, null, 4)}