feat: show reaction counts and hide top zap/likes in feed
This commit is contained in:
parent
ee6c5c6f03
commit
81b6462b63
4 changed files with 31 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue