Skip to content

Commit a33c2f7

Browse files
Ran prettier which should fix build
1 parent 6a1147b commit a33c2f7

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
@@ -30,8 +30,9 @@ export const EnhanceAffiliateLinks = () => {
3030
// Skimlinks treats xcust as one long string, so we use | to separate values
3131
const xcustValue = `referrer|${referrerDomain}|accountId|${skimlinksAccountId}`;
3232

33-
link.href = `${link.href}&xcust=${encodeURIComponent(xcustValue)}`;
34-
33+
link.href = `${link.href}&xcust=${encodeURIComponent(
34+
xcustValue,
35+
)}`;
3536
}
3637
}
3738
});

0 commit comments

Comments
 (0)