Replaced null coalescence. Updated dates components.
This commit is contained in:
@@ -91,7 +91,7 @@ export default withRouter(function JobsList({
|
||||
sortOrder:
|
||||
state.sortedInfo.columnKey === "status" && state.sortedInfo.order,
|
||||
render: (text, record) => {
|
||||
return record.job_status?.name ?? t("general.labels.na");
|
||||
return record.job_status?.name || t("general.labels.na");
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user