IO-1037 Disable time ticket button on non converted jobs.

This commit is contained in:
Patrick Fic
2021-05-07 14:57:16 -07:00
parent 596ab82d57
commit c6f2aaeca6
4 changed files with 6 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ export function JobsDetailPage({
}
key="labor"
>
<JobsDetailLaborContainer jobId={job.id} />
<JobsDetailLaborContainer job={job} jobId={job.id} />
</Tabs.TabPane>
<Tabs.TabPane
forceRender