Fixed: Append author name to Interactive Search header in Wanted/Missing

pull/3354/head
Bogdan 2 months ago
parent 07f218f294
commit c505eafd30

@ -84,6 +84,7 @@ function CutoffUnmetRow(props) {
bookId={id} bookId={id}
authorId={author.id} authorId={author.id}
bookTitle={title} bookTitle={title}
authorName={author.authorName}
bookEntity={bookEntities.WANTED_CUTOFF_UNMET} bookEntity={bookEntities.WANTED_CUTOFF_UNMET}
showOpenAuthorButton={true} showOpenAuthorButton={true}
/> />

@ -84,6 +84,7 @@ function MissingRow(props) {
bookId={id} bookId={id}
authorId={author.id} authorId={author.id}
bookTitle={title} bookTitle={title}
authorName={author.authorName}
bookEntity={bookEntities.WANTED_MISSING} bookEntity={bookEntities.WANTED_MISSING}
showOpenAuthorButton={true} showOpenAuthorButton={true}
/> />

Loading…
Cancel
Save