diff --git a/CsuChhs.Blazor/Components/Common/PaginationComponent.razor b/CsuChhs.Blazor/Components/Common/PaginationComponent.razor index 04c5fca..ce16bd4 100644 --- a/CsuChhs.Blazor/Components/Common/PaginationComponent.razor +++ b/CsuChhs.Blazor/Components/Common/PaginationComponent.razor @@ -1,30 +1,32 @@ - +@if (PageCount > 1) +{ + +} @code { [Parameter] diff --git a/CsuChhs.Blazor/CsuChhs.Blazor.csproj b/CsuChhs.Blazor/CsuChhs.Blazor.csproj index e1a1bc1..cf31ed6 100644 --- a/CsuChhs.Blazor/CsuChhs.Blazor.csproj +++ b/CsuChhs.Blazor/CsuChhs.Blazor.csproj @@ -6,7 +6,7 @@ enable true CHHS Application Development Team - 1.0.3 + 1.0.4 https://github.com/csu-chhs/CsuChhs.Blazor College of Health and Human Sciences CsuChhs.Blazor