Skip to content

Commit 2b2eca5

Browse files
committed
chore: Add comment to use of cookie attributionsLastTouch
1 parent 8945969 commit 2b2eca5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/(proper_react)/(redesign)/(public)/LandingViewRedesign/components/PricingPlanList.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export const PricingPlanList = (props: Props & ScanLimitProp) => {
5858
const recordTelemetry = useTelemetry();
5959
const [billingPeriod, setBillingPeriod] = useState<BillingPeriod>("yearly");
6060

61+
// The cookie `attributionsLastTouch` is set in the component `PageLoadEvent`
62+
// to help with attributions.
6163
const [cookies] = useCookies(["attributionsLastTouch"]);
6264
const newSearchParam = modifyAttributionsForUrlSearchParams(
6365
new URLSearchParams(cookies.attributionsLastTouch),

0 commit comments

Comments
 (0)