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,