BOD-17 Added header blocks to contract detail.

This commit is contained in:
Patrick Fic
2020-03-31 17:22:18 -07:00
parent 1c02c063b9
commit 6e6dd9d5ae
10 changed files with 181 additions and 29 deletions

View File

@@ -78,7 +78,10 @@ export default function ContractDetailPageContainer() {
: {}
}
>
<ContractDetailPageComponent />
<ContractDetailPageComponent
job={data ? data.cccontracts_by_pk.job : null}
courtesyCar={data ? data.cccontracts_by_pk.courtesycar : null}
/>
</Form>
);
}