From 479412d9013badc096be3ef7f63cb622285ee2a6 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Wed, 14 Jan 2026 12:57:58 +0700 Subject: [PATCH] Hide duplicate counter in pagination when search bar is present Add hideCounter prop to PaginationLoadMore and use it on hubs page --- app/components/PaginationLoadMore.vue | 3 ++- app/pages/catalog/hubs/index.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/components/PaginationLoadMore.vue b/app/components/PaginationLoadMore.vue index f1ffa24..f9dabfc 100644 --- a/app/components/PaginationLoadMore.vue +++ b/app/components/PaginationLoadMore.vue @@ -1,6 +1,6 @@