Skip to content

Commit

Permalink
Fix header and footer border for extension
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Jan 24, 2024
1 parent 6ff4222 commit 55d61e6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ export const BrowserRecommendationsPage: FC = () => {
}, [track, data]);

return (
<div>
<>
<BrowserHeader />

<InnerBodyStyled>
{data ? (
<>
Expand All @@ -50,6 +49,6 @@ export const BrowserRecommendationsPage: FC = () => {
</SkeletonContainer>
)}
</InnerBodyStyled>
</div>
</>
);
};

0 comments on commit 55d61e6

Please sign in to comment.