Added hash history to job detail page.

This commit is contained in:
Patrick Fic
2020-01-22 15:12:04 -08:00
parent 42505ad74e
commit 16861c5b41
4 changed files with 26 additions and 9 deletions

View File

@@ -53,7 +53,10 @@ export default withRouter(function JobsList({
{record.ownr_fn} {record.ownr_ln}
</Link>
) : (
t("jobs.errors.noowner")
// t("jobs.errors.noowner")
<span>
{record.ownr_fn} {record.ownr_ln}
</span>
);
}
},