diff --git a/js/components/ascribe_forms/input_contract_agreement_checkbox.js b/js/components/ascribe_forms/input_contract_agreement_checkbox.js index b95f598b..2547d2d5 100644 --- a/js/components/ascribe_forms/input_contract_agreement_checkbox.js +++ b/js/components/ascribe_forms/input_contract_agreement_checkbox.js @@ -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 (