К предыдущему

This commit is contained in:
Book Pauk
2022-11-27 20:25:56 +07:00
parent 79f85f362a
commit f93269ac8b

View File

@@ -196,8 +196,6 @@ class AuthorList extends BaseList {
let count = book.seriesBooks.length;
result = `${count}`;
if (book.allBooksLoaded) {
if (book.showAllBooks)
result = `${book.allBooksLoaded.length}`;
result += `/${book.allBooksLoaded.length}`;
}