From 8e68b5d4877ccd0b1b8f0b68e330c3c7ad10bb62 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Sat, 6 Dec 2025 15:16:08 +0530 Subject: [PATCH] Correction in Weidget. --- src/components/Dashboard/ServiceJobs.jsx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/components/Dashboard/ServiceJobs.jsx b/src/components/Dashboard/ServiceJobs.jsx index 94261790..e073a424 100644 --- a/src/components/Dashboard/ServiceJobs.jsx +++ b/src/components/Dashboard/ServiceJobs.jsx @@ -23,10 +23,10 @@ const ServiceJobs = () => {
Service Jobs
-

+

{projectLoading ? "Loading..." : projectData?.name || "All Projects"}

-
+
@@ -58,7 +58,19 @@ const ServiceJobs = () => { {isError && ( -

Failed to load jobs

+

+ No data found +

+ )} {!isLoading &&