From 1193c81c78defa99246f732cca012fb3513cdd63 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sat, 20 Dec 2025 19:35:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ReplyNoteList/SubReplies.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ReplyNoteList/SubReplies.tsx b/src/components/ReplyNoteList/SubReplies.tsx index 8cbb785..296d593 100644 --- a/src/components/ReplyNoteList/SubReplies.tsx +++ b/src/components/ReplyNoteList/SubReplies.tsx @@ -3,6 +3,7 @@ import { Separator } from '@/components/ui/separator' import { getEventKey, getKeyFromTag, getParentTag, isMentioningMutedUsers } from '@/lib/event' import { toNote } from '@/lib/link' import { generateBech32IdFromETag } from '@/lib/tag' +import { cn } from '@/lib/utils' import { useContentPolicy } from '@/providers/ContentPolicyProvider' import { useMuteList } from '@/providers/MuteListProvider' import { useReply } from '@/providers/ReplyProvider' @@ -12,7 +13,6 @@ import { NostrEvent } from 'nostr-tools' import { useCallback, useMemo, useRef, useState } from 'react' import { useTranslation } from 'react-i18next' import ReplyNote from '../ReplyNote' -import { cn } from '@/lib/utils' export default function SubReplies({ parentKey }: { parentKey: string }) { const { t } = useTranslation() @@ -131,7 +131,7 @@ export default function SubReplies({ parentKey }: { parentKey: string }) {