diff --git a/src/views/note/components/thread-post.tsx b/src/views/note/components/thread-post.tsx index b74801bb1..0cf1b0606 100644 --- a/src/views/note/components/thread-post.tsx +++ b/src/views/note/components/thread-post.tsx @@ -34,6 +34,7 @@ import { useBreakpointValue } from "../../../providers/breakpoint-provider"; import NoteReactions from "../../../components/note/components/note-reactions"; import BookmarkButton from "../../../components/note/components/bookmark-button"; import NoteCommunityMetadata from "../../../components/note/note-community-metadata"; +import { UserDnsIdentityIcon } from "../../../components/user-dns-identity-icon"; const LEVEL_COLORS = ["green", "blue", "red", "purple", "yellow", "cyan", "pink"]; @@ -78,6 +79,7 @@ export const ThreadPost = ({ post, initShowReplies, focusId, level = -1 }: Threa +