We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2740628 + 5b500ce commit b88dfe0Copy full SHA for b88dfe0
src/js/decorators/show-mozilla-accounts.js
@@ -6,6 +6,6 @@ module.exports = function showMozillaAccounts( accounts ) {
6
7
if ( mozilla_accounts_banner_post === 'true') {
8
ui.show( accounts );
9
- ui.hide( firefox_accounts );
+ firefox_accounts.remove();
10
}
11
};
0 commit comments