mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix PDF props
This commit is contained in:
parent
2905f3eb58
commit
ab196df0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ export default function PdfArticleContainer(
|
|||
{noteTarget && (
|
||||
<HighlightNoteModal
|
||||
highlight={noteTarget}
|
||||
libraryItemId={props.articleId}
|
||||
libraryItemId={props.article.id}
|
||||
author={props.article.author ?? ''}
|
||||
title={props.article.title}
|
||||
onUpdate={(highlight: Highlight) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue