Browse Source

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

Book Pauk 2 years ago
parent
commit
f93269ac8b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      client/components/Search/AuthorList/AuthorList.vue

+ 0 - 2
client/components/Search/AuthorList/AuthorList.vue

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