- Fix for job line null check
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -879,7 +879,7 @@ export function JobsDetailHeaderActions({
|
||||
},
|
||||
];
|
||||
|
||||
if (job.csiinvites.length) {
|
||||
if (job?.csiinvites?.length) {
|
||||
children.push(
|
||||
{
|
||||
type: "divider"
|
||||
|
||||
Reference in New Issue
Block a user