diff --git a/src/configuration/emailconfig.js b/src/configuration/emailconfig.js index cbe6cd59..99c48df7 100644 --- a/src/configuration/emailconfig.js +++ b/src/configuration/emailconfig.js @@ -51,7 +51,7 @@ class EmailConfig { const deleteAccount = config['delete-account']; this._delete = { isEnabled() { - return deleteAccount !== null && deleteAccount.enabled; + return deleteAccount != null && deleteAccount.enabled; }, getHTML() {