Resolve UI issue.
This commit is contained in:
@@ -90,7 +90,8 @@ export function JobsChangeStatus({ job, bodyshop, jobRO, insertAuditTrail }) {
|
|||||||
key: item,
|
key: item,
|
||||||
label: item,
|
label: item,
|
||||||
})),
|
})),
|
||||||
...(job.converted && [
|
...(job.converted
|
||||||
|
? [
|
||||||
{
|
{
|
||||||
type: "divider",
|
type: "divider",
|
||||||
},
|
},
|
||||||
@@ -98,7 +99,8 @@ export function JobsChangeStatus({ job, bodyshop, jobRO, insertAuditTrail }) {
|
|||||||
key: item,
|
key: item,
|
||||||
label: item,
|
label: item,
|
||||||
})),
|
})),
|
||||||
]),
|
]
|
||||||
|
: []),
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user