Modified job search select to include additoinal filters IO-417
This commit is contained in:
@@ -89,7 +89,12 @@ export function JobDetailCards({ setPrintCenterContext }) {
|
||||
<Tag
|
||||
color="#f50"
|
||||
key="production"
|
||||
style={{ display: data.jobs_by_pk.inproduction ? "" : "none" }}
|
||||
style={{
|
||||
display:
|
||||
data && data.jobs_by_pk && data.jobs_by_pk.inproduction
|
||||
? ""
|
||||
: "none",
|
||||
}}
|
||||
>
|
||||
{t("jobs.labels.inproduction")}
|
||||
</Tag>,
|
||||
|
||||
Reference in New Issue
Block a user