mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
publish: link preview correctly
This commit is contained in:
parent
766fd8411b
commit
1150c750cf
@ -24,7 +24,7 @@ export function NotebookPosts(props: NotebookPostsProps) {
|
|||||||
return (
|
return (
|
||||||
<NotePreview
|
<NotePreview
|
||||||
key={noteId}
|
key={noteId}
|
||||||
host={note?.author}
|
host={props.host}
|
||||||
book={props.book}
|
book={props.book}
|
||||||
note={note}
|
note={note}
|
||||||
contact={props.contacts[note.author.substr(1)]}
|
contact={props.contacts[note.author.substr(1)]}
|
||||||
|
Loading…
Reference in New Issue
Block a user