Поправлен мелкий баг
This commit is contained in:
@@ -31,10 +31,9 @@ class SearchPage extends BasePage {
|
|||||||
const found = queryRes.found;
|
const found = queryRes.found;
|
||||||
|
|
||||||
for (let i = 0; i < found.length; i++) {
|
for (let i = 0; i < found.length; i++) {
|
||||||
if (i >= limit)
|
|
||||||
break;
|
|
||||||
|
|
||||||
const row = found[i];
|
const row = found[i];
|
||||||
|
if (!row.bookCount)
|
||||||
|
continue;
|
||||||
|
|
||||||
entry.push(
|
entry.push(
|
||||||
this.makeEntry({
|
this.makeEntry({
|
||||||
|
|||||||
Reference in New Issue
Block a user