diff --git a/src/components/comment/CommentsPopup.tsx b/src/components/comment/CommentsPopup.tsx index 9a89119..d19e127 100644 --- a/src/components/comment/CommentsPopup.tsx +++ b/src/components/comment/CommentsPopup.tsx @@ -20,7 +20,6 @@ import { CommentsLoaderResult } from 'types/comments' import { adjustTextareaHeight, handleCommentSubmit, hexToNpub } from 'utils' import { Reactions } from './Reactions' import { Zap } from './Zap' -import { NDKKind } from '@nostr-dev-kit/ndk' import { Comment } from './Comment' import { useComments } from 'hooks/useComments' import { CommentContent } from './CommentContent' @@ -251,28 +250,22 @@ export const CommentsPopup = () => { {typeof profile?.lud16 !== 'undefined' && profile.lud16 !== '' && } - {event.kind === NDKKind.GenericReply && ( - <> - - - - - - {commentEvents.length} - - - Replies - - - > - )} + + + + + + {commentEvents.length} + + Replies +
- {commentEvents.length} -
- Replies -
+ {commentEvents.length} +
Replies