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

pull/2067/merge
Bogdan 2 months ago
parent 07f218f294
commit c505eafd30

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

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

Loading…
Cancel
Save