IO-757 Remove job links from tech console.
This commit is contained in:
@@ -90,13 +90,7 @@ export function JobDetailCards({ setPrintCenterContext }) {
|
||||
{t("jobs.labels.inproduction")}
|
||||
</Tag>,
|
||||
]}
|
||||
title={
|
||||
<Link to={`/manage/jobs/${data.jobs_by_pk.id}`}>
|
||||
{data.jobs_by_pk.ro_number
|
||||
? `${t("jobs.fields.ro_number")} ${data.jobs_by_pk.ro_number}`
|
||||
: t("general.labels.na")}
|
||||
</Link>
|
||||
}
|
||||
title={t("jobs.fields.ro_number") || t("general.labels.na")}
|
||||
subTitle={data.jobs_by_pk.status}
|
||||
extra={
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user