+ {(incident as { reference_no: string | null }).reference_no ?? id} +
+| Ref | +Action | +Owner | +Due | +Priority | +Status | +
|---|---|---|---|---|---|
| + {(c.incidents as { reference_no: string | null } | null)?.reference_no ?? '—'} + | ++ + {c.description} + + | +{(c.owner as { name: string } | null)?.name ?? '—'} | +{c.due_date} | ++ + {c.priority} + + | +{STATUS_LABELS[c.status]} | +
{c.description}
+Due {c.due_date}
+ + ))} + {byStatus[status].length === 0 && ( +Empty
+ )} +