In progress update job mutation. Unknown how to have this use an input object.
This commit is contained in:
@@ -15,10 +15,8 @@ function JobsDetailPage({ match }) {
|
||||
if (loading) return <SpinComponent />;
|
||||
if (error) return <AlertComponent message={error.message} type="error" />;
|
||||
|
||||
console.log("routes", match);
|
||||
return (
|
||||
<div>
|
||||
<Breadcrumb />
|
||||
<JobTombstone job={data.jobs_by_pk} />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user