Merged in hotfix-2021-09-14 (pull request #213)
IO-43 Resolve issue when no vehicle associated. Approved-by: Patrick Fic
This commit is contained in:
@@ -3,6 +3,7 @@ import React from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
|
||||
export default function JobsRelatedRos({ jobid, job }) {
|
||||
if (!(job && job.vehicle && job.vehicle.jobs)) return null;
|
||||
return (
|
||||
<Space wrap>
|
||||
{job.vehicle.jobs
|
||||
|
||||
Reference in New Issue
Block a user