Skip to content

Commit 0472f79

Browse files
reverting formatting changes as build failing
1 parent 237fe4b commit 0472f79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ 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|' + referrerDomain + '|accountId|' + skimlinksAccountId,
32+
'referrer|' +
33+
referrerDomain +
34+
'|accountId|' +
35+
skimlinksAccountId,
3336
)}`;
3437
}
3538
}

0 commit comments

Comments
 (0)