We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb5c73 commit 04100dcCopy full SHA for 04100dc
1 file changed
src/utils/attributionUtils.ts
@@ -149,6 +149,7 @@ export function getStoredAttributionParams(): StoredAttributionParams {
149
storeInitialReferrer(initialReferrer);
150
} else if (
151
storedInitialReferrer &&
152
+ initialReferrer &&
153
initialReferrer !== storedInitialReferrer
154
) {
155
0 commit comments