diff --git a/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx b/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx index 363fc889b..8beebc60d 100644 --- a/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx +++ b/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx @@ -151,17 +151,21 @@ export function JobsDetailHeader({ job, bodyshop, disabled }) { - {`${job.v_model_yr || ""} ${job.v_color || ""} + job.vehicle ? ( + + {`${job.v_model_yr || ""} ${job.v_color || ""} ${job.v_make_desc || ""} ${job.v_model_desc || ""}`} - + + ) : ( + + ) } >