Minor updates to scheduling + event card

This commit is contained in:
Patrick Fic
2020-02-05 12:13:15 -08:00
parent d216b9fa23
commit 0714eb21a5
7 changed files with 28 additions and 10 deletions

View File

@@ -57,14 +57,12 @@ export default withRouter(function JobsList({
</Link>
) : (
// t("jobs.errors.noowner")
<span>
{record.ownr_fn} {record.ownr_ln}
</span>
<span>{`${record.ownr_fn} ${record.ownr_ln}`}</span>
);
}
},
{
title: t("jobs.fields.phone1"),
title: t("jobs.fields.ownr_ph1"),
dataIndex: "ownr_ph1",
key: "ownr_ph1",
width: "12%",