Merge branch 'feature/major-package-upgrades' into feature/america
This commit is contained in:
@@ -90,15 +90,17 @@ export function JobsChangeStatus({ job, bodyshop, jobRO, insertAuditTrail }) {
|
||||
key: item,
|
||||
label: item,
|
||||
})),
|
||||
...(job.converted && [
|
||||
{
|
||||
type: "divider",
|
||||
},
|
||||
...otherStages.map((item, idx) => ({
|
||||
key: item,
|
||||
label: item,
|
||||
})),
|
||||
]),
|
||||
...(job.converted
|
||||
? [
|
||||
{
|
||||
type: "divider",
|
||||
},
|
||||
...otherStages.map((item, idx) => ({
|
||||
key: item,
|
||||
label: item,
|
||||
})),
|
||||
]
|
||||
: []),
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user