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")}