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

GH-2097/t2-to-utm-content-fix #612

Merged
merged 5 commits into from Oct 2, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Modify ah comment in UpgradePlan

  • Loading branch information
wlycdgr committed Oct 1, 2020
commit 59b8981409d4247d43eab0ede0a4f0b21ad61fc8
@@ -114,7 +114,7 @@ const premiumAlreadyProtectedButton = () => (
</NavLink>
);

// Flag to display alternate hub view (used for A/B testing ticket GH-2097)
// Whether we are displaying this Upgrade Plan view in the alternate or the default Hub layout (as per the A/B test in ticket GH-2097)
const ah = (QueryString.parse(window.location.search).ah === 'true') || false;

/**
ProTip! Use n and p to navigate between commits in a pull request.