Ver Fonte

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

Book Pauk há 2 anos atrás
pai
commit
f93269ac8b
1 ficheiros alterados com 0 adições e 2 exclusões
  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;
         result = `${count}`;
         if (book.allBooksLoaded) {
-            if (book.showAllBooks)
-                result = `${book.allBooksLoaded.length}`;
             result += `/${book.allBooksLoaded.length}`;
         }