IO-2001 Always expose production note.

This commit is contained in:
Patrick Fic
2022-07-27 10:00:57 -07:00
parent f36926f228
commit 4ef68a0e26

View File

@@ -129,11 +129,10 @@ export function JobsDetailHeader({ job, bodyshop, disabled }) {
</DataLabel> </DataLabel>
)} )}
{(job.inproduction || jobInPostProduction) && ( <DataLabel label={t("jobs.fields.production_vars.note")}>
<DataLabel label={t("jobs.fields.production_vars.note")}> <ProductionListColumnProductionNote record={job} />
<ProductionListColumnProductionNote record={job} /> </DataLabel>
</DataLabel>
)}
<Space> <Space>
{job.special_coverage_policy && ( {job.special_coverage_policy && (
<Tag color="tomato"> <Tag color="tomato">