Skip to content

Commit

Permalink
remove optimizelyScrollDepth
Browse files Browse the repository at this point in the history
  • Loading branch information
louisearchibald committed Nov 15, 2024
1 parent 4a9d986 commit 21c28c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/pages/ArticlePage/ArticlePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ const ArticlePage = ({ pageData }: { pageData: Article }) => {
showRelatedTopics && topics.length > 0 && !isTransliterated,
);

useOptimizelyScrollDepth();

return (
<div css={styles.pageWrapper}>
{shouldEnableExperimentTopStories && (
Expand Down

0 comments on commit 21c28c7

Please sign in to comment.