New: Append author name to Interactive Search header

Closes #3343
This commit is contained in:
Bogdan
2024-03-06 07:56:40 +02:00
parent d6c631457c
commit 5e7e0eb50b
6 changed files with 20 additions and 2 deletions
@@ -33,6 +33,7 @@ function createMapStateToProps() {
(author = {}, bookFiles, bookId) => {
return {
authorMonitored: author.monitored,
authorName: author.authorName,
bookFiles: bookFiles[bookId] ?? []
};
}