diff --git a/frontend/src/Book/Index/Table/BookIndexRow.js b/frontend/src/Book/Index/Table/BookIndexRow.js index 611a46b28..f74446541 100644 --- a/frontend/src/Book/Index/Table/BookIndexRow.js +++ b/frontend/src/Book/Index/Table/BookIndexRow.js @@ -229,7 +229,6 @@ class BookIndexRow extends Component { className={styles[name]} > {bookFileCount} - ); } diff --git a/frontend/src/Store/Actions/bookIndexActions.js b/frontend/src/Store/Actions/bookIndexActions.js index e967e84e4..794036273 100644 --- a/frontend/src/Store/Actions/bookIndexActions.js +++ b/frontend/src/Store/Actions/bookIndexActions.js @@ -158,7 +158,7 @@ export const defaultState = { bookFileCount: function(item) { const { statistics = {} } = item; - return statistics.bookCount || 0; + return statistics.bookFileCount || 0; }, ratings: function(item) {