Resolved allocation bug introduced by moving totals calculation to server side. BOD-267
This commit is contained in:
@@ -53,7 +53,7 @@ export function JobsCloseContainer({ setBreadcrumbs }) {
|
||||
<div>
|
||||
<JobsCloseComponent
|
||||
job={data ? data.jobs_by_pk : {}}
|
||||
jobTotals={data.jobs_by_pk.job_totals}
|
||||
jobTotals={JSON.parse(data.jobs_by_pk.job_totals)}
|
||||
/>
|
||||
</div>
|
||||
</RbacWrapper>
|
||||
|
||||
Reference in New Issue
Block a user