Skip to content

Commit

Permalink
feat(pacer): Update logic to remove banner from login page
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Jul 12, 2024
1 parent 634ec94 commit 9584f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pacer.js
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ let PACER = {
info_banner.remove();

let options = await getItemsFromStorage('options');
options['dismiss_class_action_info'] = true;
options['login_dismiss_new_brand_info'] = true;
saveItemToStorage({ options: options });
},

Expand Down

0 comments on commit 9584f78

Please sign in to comment.