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) {