diff --git a/web/src/modules/Jobs/Helper.tsx b/web/src/modules/Jobs/Helper.tsx
index 50ce30d..2aa262a 100644
--- a/web/src/modules/Jobs/Helper.tsx
+++ b/web/src/modules/Jobs/Helper.tsx
@@ -38,12 +38,14 @@ export type JobType = {
   cluster_name: string
   error?: string
   context?: {
+    parameters: {
     properties: {
       'spark.driver.cores': string
       'spark.driver.memory': string
       'spark.executor.cores': string
       'spark.executor.instances': string
       'spark.executor.memory': string
+      }
     }
     query: string
     return_result?: boolean
diff --git a/web/src/modules/Jobs/JobDetails/JobDetailsHeader.tsx b/web/src/modules/Jobs/JobDetails/JobDetailsHeader.tsx
index d7ceb70..5fcef1e 100644
--- a/web/src/modules/Jobs/JobDetails/JobDetailsHeader.tsx
+++ b/web/src/modules/Jobs/JobDetails/JobDetailsHeader.tsx
@@ -23,11 +23,11 @@ const JobDetailsHeader = ({
               {jobData?.status === 'FAILED' ? (