From 4c849182103a6a914559d8f64ff419e838bf210e Mon Sep 17 00:00:00 2001 From: swapnamol-abraham Date: Tue, 7 Oct 2025 12:41:02 +0100 Subject: [PATCH] Dashboard - my learning tray last card --- .../Views/Home/_MyCoursesAndElearning.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {