From b40b305f0c02762cef93b0d91ede3a02a4a235fd Mon Sep 17 00:00:00 2001 From: W Beecher Baker Date: Tue, 8 Oct 2024 13:57:14 -0400 Subject: [PATCH] link styling --- .../otus/components/Panel/PanelSpecimens/PanelSpecimens.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/otus/components/Panel/PanelSpecimens/PanelSpecimens.vue b/src/modules/otus/components/Panel/PanelSpecimens/PanelSpecimens.vue index a83b804..b0a870a 100644 --- a/src/modules/otus/components/Panel/PanelSpecimens/PanelSpecimens.vue +++ b/src/modules/otus/components/Panel/PanelSpecimens/PanelSpecimens.vue @@ -26,7 +26,7 @@ {{ void(showPrev = page > 1) }} {{ void(showNext = inventoryDWC.length === perPage) }} {{ void(showLast = showNext && typeof total === 'number' && total > (page - 1) * perPage + inventoryDWC.length) }} - +