Skip to content

Commit 237fe4b

Browse files
formatting change
1 parent 8b352a4 commit 237fe4b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ export const EnhanceAffiliateLinks = () => {
2929

3030
// Skimlinks treats xcust as one long string, so we use | to separate values
3131
link.href += `&xcust=${encodeURIComponent(
32-
'referrer|' +
33-
referrerDomain +
34-
'|accountId|' +
35-
skimlinksAccountId,
32+
'referrer|' + referrerDomain + '|accountId|' + skimlinksAccountId,
3633
)}`;
3734
}
3835
}

0 commit comments

Comments
 (0)