check nit

This commit is contained in:
Ruben Fiszel
2026-02-12 18:27:34 +00:00
parent ce10e2273d
commit d1596c5603
@@ -83,7 +83,7 @@
// Only show error state if we couldn't load the job data
// If the job failed but we have the job object, let it display normally
if (!currentJob) {
loadError = error?.body || error?.message || 'Failed to load job details'
loadError = (error as any)?.body || error?.message || 'Failed to load job details'
}
isLoadingJobDetails = false
},