Skip to content

Commit

Permalink
fix: kickstart semver
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEPhipps committed Jun 24, 2020
1 parent 6d67e7e commit 7f6c774
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 7f6c774

Please sign in to comment.