Skip to content

Commit

Permalink
leftover changes in js
Browse files Browse the repository at this point in the history
  • Loading branch information
CamilleBeau committed Jan 16, 2024
1 parent 934988c commit 6183fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/candidate_parameters/jsx/ConsentStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class ConsentStatus extends Component {
</button>
<div id='consent-history'
className={
`collapse ${this.state.showHistory
`collapse ${this.state.showHistory
? 'show' : ''}`
}
>
Expand Down
4 changes: 2 additions & 2 deletions modules/consent/jsx/e_consent/directConsentForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class NotImplement extends React.Component {
}

NotImplement.propTypes = {
type: PropTypes.string.isRequired
type: PropTypes.string.isRequired,
};

/**
Expand Down Expand Up @@ -438,7 +438,7 @@ class HeaderElement extends React.Component {
}
}

LinkElement.propTypes = {
HeaderElement.propTypes = {
element: PropTypes.object.isRequired,
level: PropTypes.string,
};
Expand Down

0 comments on commit 6183fa3

Please sign in to comment.