Skip to content

Commit

Permalink
Don't load placeholder when page is adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Jan 22, 2025
1 parent a4e9649 commit efd9e29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const bigNumber = css`

export const MostViewedFooterPlaceholder = () => {
return (
<>
<div data-name="placeholder">
<div css={tabs} />
<ol css={listContainer}>
{Array.from(Array(10), (_, i) => (
Expand All @@ -59,6 +59,6 @@ export const MostViewedFooterPlaceholder = () => {
</li>
))}
</ol>
</>
</div>
);
};

0 comments on commit efd9e29

Please sign in to comment.