feat: reaction improvements

This commit is contained in:
2023-01-17 13:03:15 +00:00
parent 1372c266c6
commit 96d2fdcaac
10 changed files with 94 additions and 91 deletions

View File

@ -81,7 +81,7 @@ export default function NoteReaction(props: NoteReactionProps) {
</div>
</div>
{root ? <Note data={root} options={opt} reactions={[]} deletion={[]} /> : null}
{root ? <Note data={root} options={opt} related={[]}/> : null}
{!root && refEvent ? <p><Link to={eventLink(refEvent)}>#{hexToBech32("note", refEvent).substring(0, 12)}</Link></p> : null}
</div>
);