Skip to content

Commit 9d2e717

Browse files
committed
[sign in gate] investigation log (2)
1 parent f023ef2 commit 9d2e717

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotcom-rendering/src/components/SignInGate/displayRules.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export const isNPageOrHigherPageView = (n = 2): boolean => {
1414

1515
const { count = 0 } = dailyCount;
1616

17+
console.log(`counter inside isNPageOrHigherPageView: ${count}`);
18+
1719
return count >= n;
1820
};
1921

0 commit comments

Comments
 (0)