From 5d498e96254207d3f54fd3a4c24a76f08b100a28 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 8 Aug 2021 14:17:43 +0430 Subject: [PATCH] hide configure button for Tachidesk v0.4.4 release --- src/components/manga/SourceCard.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/manga/SourceCard.tsx b/src/components/manga/SourceCard.tsx index 488b9e3d..254f3ae4 100644 --- a/src/components/manga/SourceCard.tsx +++ b/src/components/manga/SourceCard.tsx @@ -48,6 +48,7 @@ interface IProps { export default function SourceCard(props: IProps) { const { source: { + // eslint-disable-next-line @typescript-eslint/no-unused-vars id, name, lang, iconUrl, supportsLatest, isConfigurable, }, } = props; @@ -76,7 +77,10 @@ export default function SourceCard(props: IProps) {
- {isConfigurable && } + {/* {isConfigurable && + } */} {supportsLatest && }