IO-1063 Resolve missing CSR changes.

This commit is contained in:
Patrick Fic
2021-05-10 17:01:08 -07:00
parent 537db9dee1
commit bdf7390678
6 changed files with 42 additions and 2 deletions

View File

@@ -108,6 +108,14 @@ export default function JobTombstone({ job, loading, refetch }) {
""
}`}
/>
<DataLabelComponent
label={t("objects.jobs.fields.employee_csr")}
content={`${
(job.employee_csr_rel && job.employee_csr_rel.first_name) || ""
} ${
(job.employee_csr_rel && job.employee_csr_rel.last_name) || ""
}`}
/>
</Card.Content>
</Card>
<Card>