chore: 🎨

This commit is contained in:
codytseng 2025-12-21 21:11:51 +08:00
parent 1193c81c78
commit 163f3212d8
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,4 @@
import { useSecondaryPage } from '@/PageManager'
import { Separator } from '@/components/ui/separator'
import { getEventKey, getKeyFromTag, getParentTag, isMentioningMutedUsers } from '@/lib/event'
import { toNote } from '@/lib/link'
import { generateBech32IdFromETag } from '@/lib/tag'
@ -82,7 +81,7 @@ export default function SubReplies({ parentKey }: { parentKey: string }) {
}, 1500)
}, [])
if (replies.length === 0) return <Separator />
if (replies.length === 0) return <div className="border-b w-full" />
return (
<div>