fix: remove unused variable in highlight timestamp handler

This commit is contained in:
Gigi
2025-10-23 15:59:11 +02:00
parent 1be8c62c94
commit b9e17e0982

View File

@@ -437,7 +437,7 @@ export const HighlightItem: React.FC<HighlightItemProps> = ({
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,