Skip to content

Commit

Permalink
Fixed ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcave committed Dec 4, 2024
1 parent 5fbaf61 commit 23edf1a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,9 @@ class NoticeChoice extends StableSelectorMixin(LitElement) {

if (country !== 'us') {
const checked = this.values.EMAIL;
preText = preText? this.renderCheckbox(preText, checked) : this.renderCheckbox( ecmTranslateContent.preText, checked);
preText = preText
? this.renderCheckbox(preText, checked)
: this.renderCheckbox(ecmTranslateContent.preText, checked);
return preText;
}

Expand Down

0 comments on commit 23edf1a

Please sign in to comment.