IO-814 Global Search Changes
This commit is contained in:
@@ -109,7 +109,7 @@ export function JobsDetailHeader({ job, bodyshop }) {
|
||||
</Link>
|
||||
</Col>
|
||||
<Col {...colSpan}>
|
||||
<Link to={`/manage/vehicles/${job.vehicle.id}`}>
|
||||
<Link to={job.vehicle && `/manage/vehicles/${job.vehicle.id}`}>
|
||||
<Card
|
||||
className="ant-card-grid-hoverable"
|
||||
style={{ height: "100%" }}
|
||||
|
||||
Reference in New Issue
Block a user