Added inhouse vendor id to shop info page IO-438

This commit is contained in:
Patrick Fic
2020-12-08 11:48:54 -08:00
parent f3d3a30f77
commit 31a809629d
10 changed files with 108 additions and 70 deletions

View File

@@ -11,7 +11,7 @@ export default function JobsDetailChecklists({ job }) {
<JobChecklistDisplay checklist={job.intakechecklist} />
</Col>
<Col {...colSpan}>
{" "}
<JobChecklistDisplay checklist={job.deliverchecklist} />
</Col>
</Row>