Поправлен мелкий баг

This commit is contained in:
Book Pauk
2022-12-07 20:17:01 +07:00
parent 93fcbb9084
commit 8ed52f62b8

View File

@@ -31,10 +31,9 @@ class SearchPage extends BasePage {
const found = queryRes.found;
for (let i = 0; i < found.length; i++) {
if (i >= limit)
break;
const row = found[i];
if (!row.bookCount)
continue;
entry.push(
this.makeEntry({