From c30f42f50c6c12a02bfd05c93ae825cfab36ba06 Mon Sep 17 00:00:00 2001 From: Flupsi Date: Thu, 14 Aug 2025 18:24:53 +0200 Subject: [PATCH] fix(ui): in pagination component, do not hide buttons if there are 2 pages; fix spacing error with < 6 pages --- front/src/components/ui/Pagination.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/front/src/components/ui/Pagination.vue b/front/src/components/ui/Pagination.vue index 87b1d8216..9decb1dee 100644 --- a/front/src/components/ui/Pagination.vue +++ b/front/src/components/ui/Pagination.vue @@ -77,11 +77,8 @@ watch(page, (_) => { }) - - -