IO-1248 IO-1247 Resolve nulls in system & payment search update.

This commit is contained in:
Patrick Fic
2021-07-08 11:33:02 -07:00
parent 41bbda7bcf
commit aa8e12ef58
6 changed files with 29 additions and 12 deletions

View File

@@ -84,7 +84,7 @@ export function ExportLogsPageComponent({ bodyshop }) {
render: (text, record) =>
record.job && (
<Link to={"/manage/jobs/" + record.job && record.job.id}>
<Link to={`/manage/jobs/${record.job.id}`}>
{(record.job && record.job.ro_number) || t("general.labels.na")}
</Link>
),