Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
louisearchibald committed Nov 15, 2024
1 parent dc90eae commit 2a37d84
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/pages/ArticlePage/ArticlePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,7 @@ const ArticlePage = ({ pageData }: { pageData: Article }) => {
<ExperimentTopStories topStoriesContent={topStoriesContent} />
) : null,
jumpTo: (props: ComponentToRenderProps & JumpToProps) =>
jumpToVariation === 'on_off' ? (
<JumpTo {...props} />
) : (
<JumpTo {...props} />
),
jumpToVariation === 'on' ? <JumpTo {...props} /> : <JumpTo {...props} />,
};

const visuallyHiddenBlock = {
Expand Down

0 comments on commit 2a37d84

Please sign in to comment.