From 5714f1c913b0aab0cc51b27cfa9772cfe926123b Mon Sep 17 00:00:00 2001 From: ta264 Date: Thu, 8 Apr 2021 10:38:16 +0100 Subject: [PATCH] Fix prop validation --- frontend/src/Author/Details/BookRow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,