mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +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 (
|
||||
<NotePreview
|
||||
key={noteId}
|
||||
host={note?.author}
|
||||
host={props.host}
|
||||
book={props.book}
|
||||
note={note}
|
||||
contact={props.contacts[note.author.substr(1)]}
|
||||
|
Loading…
Reference in New Issue
Block a user