We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f8a69 commit 7a3dfd5Copy full SHA for 7a3dfd5
app/helper/author.ts
@@ -171,7 +171,7 @@ export class AuthorHelper {
171
if (authorResponse.data) {
172
let found = false
173
for (const section of authorResponse.data.sections) {
174
- if (section?.model?.rows) {
+ if (section?.model?.rows && section?.pagination != null) {
175
found = true
176
for (const item of section.model.rows) {
177
if (item.product_metadata && item.product_metadata.asin) {
0 commit comments