From f93269ac8b03a34496dca1f4383b8a1863f9dadc Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 27 Nov 2022 20:25:56 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9A=20=D0=BF=D1=80=D0=B5=D0=B4=D1=8B=D0=B4?= =?UTF-8?q?=D1=83=D1=89=D0=B5=D0=BC=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Search/AuthorList/AuthorList.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/components/Search/AuthorList/AuthorList.vue b/client/components/Search/AuthorList/AuthorList.vue index d456d03..bc7718f 100644 --- a/client/components/Search/AuthorList/AuthorList.vue +++ b/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}`; }