Skip to content

Commit

Permalink
page num + 1
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanhuanO committed Jun 5, 2024
1 parent c342a24 commit 69ca5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daisen/static/src/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ class Dashboard {
}
li.innerHTML = `
<a class="page-link">
${pageNum}
${pageNum + 1}
</a>
`;

Expand Down

0 comments on commit 69ca5de

Please sign in to comment.