Use type field as key for job display type

This commit is contained in:
Jake McDermott
2020-12-14 11:19:21 -05:00
parent 7f89eb324a
commit 1a4eab6f25

View File

@@ -181,7 +181,7 @@ function JobDetail({ job, i18n }) {
} }
/> />
)} )}
<Detail label={i18n._(t`Job Type`)} value={toTitleCase(job.job_type)} /> <Detail label={i18n._(t`Job Type`)} value={toTitleCase(job.type)} />
<Detail <Detail
label={i18n._(t`Launched By`)} label={i18n._(t`Launched By`)}
value={ value={