Skip to content

Commit

Permalink
cypress testing error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hams7504 committed Sep 27, 2023
1 parent 0cbc40e commit 0b5d90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/dar_application/DataAccessRequestApplication.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,13 +588,13 @@ const DataAccessRequestApplication = (props) => {
</div>

<div className='step-container'>
{!props.readOnlyMode ? <DataUseAgreements
<DataUseAgreements
darCode={formData.darCode}
cancelAttest={() => setIsAttested(false)}
isAttested={isAttested}
attest={attemptSubmit}
save={() => setShowDialogSave(true)}
/> : <div />}
/>
</div>

{isAttested &&
Expand Down

0 comments on commit 0b5d90c

Please sign in to comment.