mirror of
https://github.com/dergigi/boris.git
synced 2025-12-19 07:34:28 +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,
|
index,
|
||||||
hasUrls,
|
hasUrls,
|
||||||
extractedUrls,
|
extractedUrls,
|
||||||
onSelectUrl,
|
|
||||||
authorNpub,
|
authorNpub,
|
||||||
getAuthorDisplayName,
|
getAuthorDisplayName,
|
||||||
handleReadNow,
|
handleReadNow,
|
||||||
|
|||||||
Reference in New Issue
Block a user