Skip to content

Commit

Permalink
fix: early return
Browse files Browse the repository at this point in the history
  • Loading branch information
sshanzel committed Jan 23, 2025
1 parent 3bd2d06 commit 87812e0
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ export const CustomFeedSection = ({
onNavTabClick,
]);

/**
* If there are no custom feeds and the user is not subscribed to Plus don't show this section
*/
if (!menuItems.length) {
return null;
}

return (
<Section
{...defaultRenderSectionProps}
Expand Down

0 comments on commit 87812e0

Please sign in to comment.