We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8945969 commit 2b2eca5Copy full SHA for 2b2eca5
src/app/(proper_react)/(redesign)/(public)/LandingViewRedesign/components/PricingPlanList.tsx
@@ -58,6 +58,8 @@ export const PricingPlanList = (props: Props & ScanLimitProp) => {
58
const recordTelemetry = useTelemetry();
59
const [billingPeriod, setBillingPeriod] = useState<BillingPeriod>("yearly");
60
61
+ // The cookie `attributionsLastTouch` is set in the component `PageLoadEvent`
62
+ // to help with attributions.
63
const [cookies] = useCookies(["attributionsLastTouch"]);
64
const newSearchParam = modifyAttributionsForUrlSearchParams(
65
new URLSearchParams(cookies.attributionsLastTouch),
0 commit comments