feat: show reaction counts and hide top zap/likes in feed

This commit is contained in:
codytseng
2025-05-16 15:17:13 +08:00
parent ee6c5c6f03
commit 81b6462b63
4 changed files with 31 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ export default function ReplyNote({
{show ? (
<>
<Content className="mt-2" event={event} />
<NoteStats className="mt-2" event={event} />
<NoteStats className="mt-2" event={event} displayTopZapsAndLikes />
</>
) : (
<Button