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
This commit is contained in:
Gigi
2025-10-25 01:54:59 +02:00
parent 52991f8e20
commit 51842f55bf

View File

@@ -31,7 +31,6 @@ export const CardView: React.FC<CardViewProps> = ({
index,
hasUrls,
extractedUrls,
onSelectUrl,
authorNpub,
getAuthorDisplayName,
handleReadNow,