Skip to content

Commit 2be4931

Browse files
Update bootCmp.ts
1 parent 67c1317 commit 2be4931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/client/bootCmp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const initialiseCmp = async () => {
7171
const isInSourcepointGeolocationTest =
7272
isInSourcepointGeolocationTestCookie !== null
7373
? Boolean(isInSourcepointGeolocationTestCookie)
74-
: undefined;
74+
: false;
7575

7676
const country = code ?? undefined;
7777
cmp.init({

0 commit comments

Comments
 (0)