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 &&