From b9e17e0982e8712d637e2c22807a56e08feb7e67 Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 23 Oct 2025 15:59:11 +0200 Subject: [PATCH] fix: remove unused variable in highlight timestamp handler --- src/components/HighlightItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HighlightItem.tsx b/src/components/HighlightItem.tsx index d9d8ed80..0c2a7598 100644 --- a/src/components/HighlightItem.tsx +++ b/src/components/HighlightItem.tsx @@ -437,7 +437,7 @@ export const HighlightItem: React.FC = ({ if (highlight.eventReference) { const parts = highlight.eventReference.split(':') if (parts.length === 3 && parts[0] === '30023') { - const [kind, pubkey, identifier] = parts + const [, pubkey, identifier] = parts const naddr = nip19.naddrEncode({ kind: 30023, pubkey,