From 4ef68a0e262c7dcabd0c5f5bf8a824686f6b6792 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 27 Jul 2022 10:00:57 -0700 Subject: [PATCH] IO-2001 Always expose production note. --- .../jobs-detail-header/jobs-detail-header.component.jsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx b/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx index e10257158..eeb81df52 100644 --- a/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx +++ b/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx @@ -129,11 +129,10 @@ export function JobsDetailHeader({ job, bodyshop, disabled }) { )} - {(job.inproduction || jobInPostProduction) && ( - - - - )} + + + + {job.special_coverage_policy && (