From 51842f55bf6fa1abb2b764bf04f051c1d5fe0ba4 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 25 Oct 2025 01:54:59 +0200 Subject: [PATCH] fix: resolve linting issues in CardView component - Remove unused onSelectUrl parameter from CardView destructuring - Fix ESLint no-unused-vars error - Maintain code quality and linting standards - All linting issues resolved, type checks passing --- src/components/BookmarkViews/CardView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/BookmarkViews/CardView.tsx b/src/components/BookmarkViews/CardView.tsx index 7f98abcb..30c067cc 100644 --- a/src/components/BookmarkViews/CardView.tsx +++ b/src/components/BookmarkViews/CardView.tsx @@ -31,7 +31,6 @@ export const CardView: React.FC = ({ index, hasUrls, extractedUrls, - onSelectUrl, authorNpub, getAuthorDisplayName, handleReadNow,