diff --git a/packages/fxa-content-server/app/scripts/templates/settings/emails.mustache b/packages/fxa-content-server/app/scripts/templates/settings/emails.mustache index 87f955d6026..1b780d62983 100644 --- a/packages/fxa-content-server/app/scripts/templates/settings/emails.mustache +++ b/packages/fxa-content-server/app/scripts/templates/settings/emails.mustache @@ -72,9 +72,7 @@ {{#hasSecondaryEmail}} - {{/hasSecondaryEmail}} diff --git a/packages/fxa-content-server/app/scripts/views/settings/emails.js b/packages/fxa-content-server/app/scripts/views/settings/emails.js index 57c50cdf7ab..6aa3540c7db 100644 --- a/packages/fxa-content-server/app/scripts/views/settings/emails.js +++ b/packages/fxa-content-server/app/scripts/views/settings/emails.js @@ -57,7 +57,6 @@ var View = FormView.extend({ buttonClass: this._hasSecondaryEmail() ? 'secondary-button' : 'primary-button', emails: this._emails, hasSecondaryEmail: this._hasSecondaryEmail(), - hasSecondaryVerifiedEmail: this._hasSecondaryVerifiedEmail(), isPanelOpen: this.isPanelOpen(), lastCheckedTime: this.getLastCheckedTimeString(), newEmail: this.newEmail,