diff --git a/client/src/pages/agreementDetails/agreementCard/index.tsx b/client/src/pages/agreementDetails/agreementCard/index.tsx index 583e774..26ba30c 100644 --- a/client/src/pages/agreementDetails/agreementCard/index.tsx +++ b/client/src/pages/agreementDetails/agreementCard/index.tsx @@ -28,7 +28,7 @@ const AgreementCard: React.FC = ({ agreement }) => { const renewalNoticePeriod = agreement?.provisions?.execution_date ?? "-"; const renewalNoticeDate = agreement?.provisions?.execution_date ?? '-'; const renewalTerm = agreement?.provisions?.execution_date ?? "1 year"; - const renewalOwner = "Andy Automator"; + const renewalOwner = agreement?.parties?.[0]?.name_in_agreement ?? '-'; const additionalInfo = "After the user completes signing the envelope in the embedded signing session, the envelope is redirected to the second signer based on the conditions described in Step 2.";