diff --git a/client/src/components/job-line-status-popup/job-line-status-popup.component.jsx b/client/src/components/job-line-status-popup/job-line-status-popup.component.jsx index 4f5710bc7..e948aadd8 100644 --- a/client/src/components/job-line-status-popup/job-line-status-popup.component.jsx +++ b/client/src/components/job-line-status-popup/job-line-status-popup.component.jsx @@ -61,7 +61,7 @@ export function JobLineStatusPopup({ bodyshop, jobline, disabled }) { onSelect={handleChange} onBlur={handleSave} > - {bodyshop.md_order_statuses.statuses.map((s, idx) => ( + {Object.values(bodyshop.md_order_statuses).map((s, idx) => ( {s}