Skip to content

Commit 1e75267

Browse files
committed
comment
1 parent aa3b2c9 commit 1e75267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotcom-rendering/src/components/marketing/epics/ContributionsEpic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ const ContributionsEpic: ReactComponent<EpicProps> = ({
276276
const { hasOptedOut, onArticleCountOptIn, onArticleCountOptOut } =
277277
useArticleCountOptOut();
278278

279-
// Used for analytics events - detects the top coming into view
279+
// Used for analytics - detects the top coming into view
280280
const [hasBeenSeenAtTop, setNodeAtTop] = useIsInView({
281281
debounce: true,
282282
threshold: 0,

dotcom-rendering/src/components/marketing/epics/ContributionsLiveblogEpic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const ContributionsLiveblogEpic: ReactComponent<EpicProps> = ({
149149
}: EpicProps): JSX.Element => {
150150
const { newsletterSignup, tickerSettings } = variant;
151151

152-
// Used for analytics events - detects the top coming into view
152+
// Used for analytics - detects the top coming into view
153153
const [hasBeenSeenAtTop, setNodeAtTop] = useIsInView({
154154
debounce: true,
155155
threshold: 0,

0 commit comments

Comments
 (0)