diff --git a/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml b/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml index 8941161e..ce39dce4 100644 --- a/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml +++ b/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml @@ -93,7 +93,7 @@ } - @if (isLastPage) + @if (isLastPage && pagingViewModel.TotalCount >=8) {
  • @@ -146,7 +146,7 @@
  • } - @if (isLastPage) + @if (isLastPage && pagingViewModel.TotalCount >= 8) {