diff --git a/package-lock.json b/package-lock.json index 16ba6b0a..2dbd78fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "imwald", - "version": "23.10.1", + "version": "23.10.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "imwald", - "version": "23.10.1", + "version": "23.10.3", "license": "MIT", "dependencies": { "@asciidoctor/core": "^3.0.4", diff --git a/package.json b/package.json index 039db83e..04aa2b6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imwald", - "version": "23.10.2", + "version": "23.10.3", "description": "Imwald — a user-friendly Nostr client focused on relay feed browsing, publications, and relay discovery", "private": true, "type": "module", diff --git a/src/components/ReplyNoteList/index.tsx b/src/components/ReplyNoteList/index.tsx index ff1571b3..30d7f7c3 100644 --- a/src/components/ReplyNoteList/index.tsx +++ b/src/components/ReplyNoteList/index.tsx @@ -10,7 +10,6 @@ import { getArticleUrlFromCommentITags } from '@/lib/rss-article' import { - getParentATag, getParentETag, getReplaceableCoordinateFromEvent, getRootATag,