Skip to content

Commit 60d4ecc

Browse files
author
George Haberis
committed
tweak comments
1 parent 6b72c6d commit 60d4ecc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dotcom-rendering/src/components/EnhanceAffiliateLinks.importable.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import { useBetaAB } from '../lib/useAB';
44

55
/**
66
* Add custom parameters to skimlink URLs:
7-
* - referrer
7+
* - Referrer
88
* - Skimlinks account ID
9+
* - AB test participations
910
*
1011
* ## Why does this need to be an Island?
1112
*
@@ -18,7 +19,7 @@ import { useBetaAB } from '../lib/useAB';
1819
export const EnhanceAffiliateLinks = () => {
1920
const abTests = useBetaAB();
2021

21-
// Am I in a test at all?
22+
// Get users server/client-side AB test participations
2223
const abTestParticipations = abTests?.getParticipations();
2324

2425
// Reduce abTestParticipations to a comma-separated string

0 commit comments

Comments
 (0)