diff --git a/frontend/src/Author/Details/BookRow.js b/frontend/src/Author/Details/BookRow.js index b7500e373..ad48a0881 100644 --- a/frontend/src/Author/Details/BookRow.js +++ b/frontend/src/Author/Details/BookRow.js @@ -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,