mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
Destructure correct contractAgreement prop
This commit is contained in:
parent
34126c2254
commit
0b79a55175
@ -135,9 +135,11 @@ const InputContractAgreementCheckbox = React.createClass({
|
||||
if(contractAgreement) {
|
||||
const {
|
||||
datetime_accepted: datetimeAccepted,
|
||||
issuer: contractIssuer,
|
||||
blob: { url_safe: contractUrl },
|
||||
} = contractAgreement.contract;
|
||||
contract: {
|
||||
issuer: contractIssuer,
|
||||
blob: { url_safe: contractUrl }
|
||||
}
|
||||
} = contractAgreement;
|
||||
|
||||
if(datetimeAccepted) {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user