diff --git a/static/js/emailLibrary.js b/static/js/emailLibrary.js index 0d158b9f4..dc9b34eb5 100644 --- a/static/js/emailLibrary.js +++ b/static/js/emailLibrary.js @@ -1345,7 +1345,7 @@ function _renderAccountsStrip() { const dotTitle = a.is_default ? 'Default account' : 'Set as default'; html += `` + `` - + `` + + `` + ``; } strip.innerHTML = html;