dont pass related to notes

This commit is contained in:
Martti Malmi
2024-01-08 11:01:26 +02:00
parent 26a3e95086
commit e905b4134d
8 changed files with 33 additions and 66 deletions

View File

@ -242,7 +242,6 @@ export default function ProfilePage({ id: propId, state }: ProfilePageProps) {
<Note
key={`pinned-${n.id}`}
data={n}
related={getLinkReactions(pinned, NostrLink.fromEvent(n))}
options={{ showTime: false, showPinned: true, canUnpin: id === loginPubKey }}
/>
);