diff --git a/frontend/src/components/Pagination.vue b/frontend/src/components/Pagination.vue index 0ef2a6e..3338622 100644 --- a/frontend/src/components/Pagination.vue +++ b/frontend/src/components/Pagination.vue @@ -82,7 +82,7 @@ export default { } return Math.max( 1, - this.currentPage - Math.floor(this.maxVisibleButtons / 2) + this.currentPage - Math.ceil(this.maxVisibleButtons / 2) ); }, pages() {