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

This commit is contained in:
Bogdan
2024-03-06 16:27:52 +02:00
parent 07f218f294
commit c505eafd30
2 changed files with 2 additions and 0 deletions

View File

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

View File

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