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

Onboarding spreadsheet bugs #38 (GH-2259), #44 (GH-2306), and #45 (GH-2305) #675

Merged
merged 16 commits into from Mar 17, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Remove expansion by default

  • Loading branch information
benstrumeyer committed Feb 2, 2021
commit ae1198538a01a2534fc7e24143699b53597301f6
@@ -114,7 +114,6 @@ class ChoosePlanView extends React.Component {
}
if (isBasic && defaultSearch === SEARCH_GHOSTERY) {
this.selectPlusPlan();
this.setState({ expanded: true });
} else {
this.selectBasicPlan();
}
ProTip! Use n and p to navigate between commits in a pull request.