mirror of
https://github.com/dergigi/boris.git
synced 2025-12-18 15:14:20 +01:00
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:
@@ -31,7 +31,6 @@ export const CardView: React.FC<CardViewProps> = ({
|
||||
index,
|
||||
hasUrls,
|
||||
extractedUrls,
|
||||
onSelectUrl,
|
||||
authorNpub,
|
||||
getAuthorDisplayName,
|
||||
handleReadNow,
|
||||
|
||||
Reference in New Issue
Block a user