Skip to content

Commit 7a3dfd5

Browse files
committed
fix #26
1 parent f1f8a69 commit 7a3dfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helper/author.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export class AuthorHelper {
171171
if (authorResponse.data) {
172172
let found = false
173173
for (const section of authorResponse.data.sections) {
174-
if (section?.model?.rows) {
174+
if (section?.model?.rows && section?.pagination != null) {
175175
found = true
176176
for (const item of section.model.rows) {
177177
if (item.product_metadata && item.product_metadata.asin) {

0 commit comments

Comments
 (0)