Skip to content

Commit 5b500ce

Browse files
committed
fix(mozilla-account): Use remove instead of hide
1 parent 2740628 commit 5b500ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)