mirror of
https://github.com/Readarr/Readarr
synced 2026-04-20 20:01:09 +02:00
Fix prop validation
This commit is contained in:
parent
a84725f867
commit
5714f1c913
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ BookRow.propTypes = {
|
|||
releaseDate: PropTypes.string,
|
||||
title: PropTypes.string.isRequired,
|
||||
seriesTitle: PropTypes.string.isRequired,
|
||||
position: PropTypes.number,
|
||||
position: PropTypes.string,
|
||||
pageCount: PropTypes.number,
|
||||
ratings: PropTypes.object.isRequired,
|
||||
titleSlug: PropTypes.string.isRequired,
|
||||
|
|
|
|||
Loading…
Reference in a new issue