From 0a63c82fd75a306040a52dcfe70607227e8fe7b2 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Thu, 28 Mar 2024 19:13:49 +0800 Subject: [PATCH] Update PagesNav.razor --- MyApp/Components/Shared/PagesNav.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyApp/Components/Shared/PagesNav.razor b/MyApp/Components/Shared/PagesNav.razor index 3805bad..a79a93c 100644 --- a/MyApp/Components/Shared/PagesNav.razor +++ b/MyApp/Components/Shared/PagesNav.razor @@ -1,4 +1,4 @@ -
+
@if (Pages > 1 && Total > 0 && Total > PageSize) {