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
|
|
@ -77,7 +77,7 @@ const NotePage = forwardRef(({ id, index }: { id?: string; index?: number }, ref
|
|||
className="select-text"
|
||||
hideParentNotePreview
|
||||
/>
|
||||
<NoteStats className="mt-3" event={event} fetchIfNotExisting />
|
||||
<NoteStats className="mt-3" event={event} fetchIfNotExisting displayTopZapsAndLikes />
|
||||
</div>
|
||||
<Separator className="mt-4" />
|
||||
{event.kind === kinds.ShortTextNote ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue