From b981dae5a9fbfcc5d8b1375f3bab2e3f6fc8d194 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 4 Jan 2026 21:24:49 +0000 Subject: [PATCH] fix: remove unused imports and parameters in NIP-89 renderers --- .../nostr/kinds/HandlerRecommendationDetailRenderer.tsx | 3 +-- src/components/nostr/kinds/HandlerRecommendationRenderer.tsx | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/nostr/kinds/HandlerRecommendationDetailRenderer.tsx b/src/components/nostr/kinds/HandlerRecommendationDetailRenderer.tsx index b30a933..c9a3645 100644 --- a/src/components/nostr/kinds/HandlerRecommendationDetailRenderer.tsx +++ b/src/components/nostr/kinds/HandlerRecommendationDetailRenderer.tsx @@ -19,7 +19,6 @@ import { Smartphone, TabletSmartphone, Package, - ExternalLink, } from "lucide-react"; import { useState } from "react"; @@ -133,7 +132,7 @@ function HandlerCard({ Platforms
- {Object.entries(platformUrls).map(([plat, url]) => ( + {Object.entries(platformUrls).map(([plat]) => (