diff --git a/frontend/src/Author/Details/BookRow.js b/frontend/src/Author/Details/BookRow.js
index a0c6d85c0..5eee601d2 100644
--- a/frontend/src/Author/Details/BookRow.js
+++ b/frontend/src/Author/Details/BookRow.js
@@ -72,6 +72,7 @@ class BookRow extends Component {
releaseDate,
title,
position,
+ pageCount,
ratings,
isSaving,
authorMonitored,
@@ -161,6 +162,16 @@ class BookRow extends Component {
);
}
+ if (name === 'pageCount') {
+ return (
+
+ {pageCount || ''}
+
+ );
+ }
+
if (name === 'status') {
return (