Skip to content

Commit b88dfe0

Browse files
authored
Merge pull request #380 from bkochendorfer/IAM-1199-post-nov-1-part-2
fix(mozilla-account): Use remove instead of hide
2 parents 2740628 + 5b500ce commit b88dfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/decorators/show-mozilla-accounts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = function showMozillaAccounts( accounts ) {
66

77
if ( mozilla_accounts_banner_post === 'true') {
88
ui.show( accounts );
9-
ui.hide( firefox_accounts );
9+
firefox_accounts.remove();
1010
}
1111
};

0 commit comments

Comments
 (0)