mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Revert "Move all data fetching to BookInfo"
This reverts commit f6ff53ca31.
This commit is contained in:
@@ -43,7 +43,6 @@ class AddNewBookModalContent extends Component {
|
||||
render() {
|
||||
const {
|
||||
bookTitle,
|
||||
seriesTitle,
|
||||
authorName,
|
||||
disambiguation,
|
||||
overview,
|
||||
@@ -85,13 +84,6 @@ class AddNewBookModalContent extends Component {
|
||||
<span className={styles.disambiguation}>({disambiguation})</span>
|
||||
}
|
||||
|
||||
{
|
||||
!!seriesTitle &&
|
||||
<div className={styles.series}>
|
||||
{seriesTitle}
|
||||
</div>
|
||||
}
|
||||
|
||||
<div>
|
||||
<span className={styles.authorName}> By: {authorName}</span>
|
||||
</div>
|
||||
@@ -152,7 +144,6 @@ class AddNewBookModalContent extends Component {
|
||||
|
||||
AddNewBookModalContent.propTypes = {
|
||||
bookTitle: PropTypes.string.isRequired,
|
||||
seriesTitle: PropTypes.string,
|
||||
authorName: PropTypes.string.isRequired,
|
||||
disambiguation: PropTypes.string,
|
||||
overview: PropTypes.string,
|
||||
|
||||
Reference in New Issue
Block a user