From 6c77927d11d43d5ce476bf09521ce039a79e1121 Mon Sep 17 00:00:00 2001 From: ssrahn <41595254+ssrahn@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:37:47 +0200 Subject: [PATCH] Show pagination buttons only if usable (#775) --- vueapp/components/PaginationButtons.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/vueapp/components/PaginationButtons.vue b/vueapp/components/PaginationButtons.vue index 10c4ce176..6710e4f7c 100644 --- a/vueapp/components/PaginationButtons.vue +++ b/vueapp/components/PaginationButtons.vue @@ -1,5 +1,5 @@