Skip to content

Commit

Permalink
Merge pull request #416 from comicrelief/415_kickstart_semvar
Browse files Browse the repository at this point in the history
Kickstart semver
  • Loading branch information
AndyEPhipps authored Jun 24, 2020
2 parents 6d67e7e + 7f6c774 commit a864b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ class MarketingConsentCheckbox extends Component {

render() {
const item = this.props.itemData;
const bgStyle = 'form__field--background';
const checkbox = item.id;
const bgStyle = 'form__field--background';
const customMessage = typeof item.customMessage !== 'undefined' ? item.customMessage : null;

return (
Expand Down

0 comments on commit a864b89

Please sign in to comment.