From f744acd131297f2837f29527d5a14a9379f95f04 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Mon, 28 Jun 2021 10:51:27 -0700 Subject: [PATCH] IO-1217 Allow remove and add production always --- .../jobs-detail-header-actions.component.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx index 7f9f9f6e7..3ee4cb525 100644 --- a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx +++ b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx @@ -181,7 +181,7 @@ export function JobsDetailHeaderActions({ {job.inproduction ? ( AddToProduction(client, job.id, refetch, true)} > {t("jobs.actions.removefromproduction")} @@ -189,7 +189,7 @@ export function JobsDetailHeaderActions({ ) : ( AddToProduction(client, job.id, refetch)} > {t("jobs.actions.addtoproduction")}