Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script to find missing tokens #563

Merged
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Fix linting error and test error

  • Loading branch information
IAmThePan committed Jun 4, 2020
commit 6e2928cc63330c8f20c33e5574aeab7b9ccdc569
@@ -306,7 +306,7 @@ exports[`app/hub/Views/CreateAccount component Snapshot tests with react-test-re
<div
className="CreateAccountView__inputError"
>
your_emails_do_not_match
your_email_do_not_match
</div>
</div>
</div>
@@ -196,7 +196,6 @@ export function allowAllwaysC2P(app_id, tab_host) {

// Remove fron site-specific-blocked
if (conf.site_specific_blocks.hasOwnProperty(tab_host) && conf.site_specific_blocks[tab_host].includes(+app_id)) {
const index = conf.site_specific_blocks[tab_host].indexOf(+app_id);
const { site_specific_blocks } = conf;
site_specific_blocks[tab_host].splice(0, 1);
conf.site_specific_blocks = site_specific_blocks;
ProTip! Use n and p to navigate between commits in a pull request.