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