Skip to content

Commit 9d23a20

Browse files
change casing to camel case
1 parent 1a7bd94 commit 9d23a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const EnhanceAffiliateLinks = () => {
9393
const xcustValue = `referrer|${referrerDomain}|accountId|${skimlinksAccountId}${
9494
abTestString ? `|abTestParticipations|${abTestString}` : ''
9595
}${utmParamsString ? `|${utmParamsString}` : ''}${
96-
xcustComponentId ? `|component-id|${xcustComponentId}` : ''
96+
xcustComponentId ? `|componentId|${xcustComponentId}` : ''
9797
}`;
9898
link.href = `${link.href}&xcust=${encodeURIComponent(
9999
xcustValue,

0 commit comments

Comments
 (0)