We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 91162bb commit 146b7b2Copy full SHA for 146b7b2
web_src/js/index.js
@@ -3389,7 +3389,7 @@ function initVueComponents() {
3389
this.reposTotalCount = count;
3390
}
3391
Vue.set(this.counts, `${this.reposFilter}:${this.archivedFilter}:${this.privateFilter}`, count);
3392
- this.finalPage = Math.floor(count / this.searchLimit) + 1;
+ this.finalPage = Math.ceil(count / this.searchLimit);
3393
this.updateHistory();
3394
3395
}).always(() => {
0 commit comments