Skip to content

Commit

Permalink
Some more js changes, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
CamilleBeau committed Jan 16, 2024
1 parent 36f9378 commit 934988c
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 23,700 deletions.
8 changes: 7 additions & 1 deletion modules/candidate_parameters/jsx/ConsentStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,12 @@ class ConsentStatus extends Component {
>
{historyBtnLabel}
</button>
<div id='consent-history' className={`collapse ${this.state.showHistory ? 'show' : ''}`}>
<div id='consent-history'
className={
`collapse ${this.state.showHistory
? 'show' : ''}`
}
>
{formattedHistory}
</div>
</div>
Expand Down Expand Up @@ -532,6 +537,7 @@ ConsentStatus.propTypes = {
dataURL: PropTypes.string.isRequired,
action: PropTypes.string.isRequired,
tabName: PropTypes.string,
adjustCol: PropTypes.bool,
};

export default ConsentStatus;
2 changes: 2 additions & 0 deletions modules/consent/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
js/*

11,548 changes: 0 additions & 11,548 deletions modules/consent/js/consentEntry.js

This file was deleted.

Loading

0 comments on commit 934988c

Please sign in to comment.