Skip to content

Commit 544baf3

Browse files
committed
adjust paginate method
1 parent 367ba02 commit 544baf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pdfmonkey/pdfmonkey.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default {
127127
}
128128
}
129129

130-
hasMore = !(current_page == total_pages);
130+
hasMore = current_page < total_pages;
131131

132132
} while (hasMore);
133133
},

0 commit comments

Comments
 (0)