diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index 408152b53..aa00ceec3 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -75,7 +75,8 @@ function SideNavigation(props: Props) { followedTags, } = props; - const EXTRA_SIDEBAR_LINKS = GetLinksData(homepageData); + const EXTRA_SIDEBAR_LINKS = GetLinksData(homepageData).map(({ pinnedUrls, ...theRest }) => theRest); + const FULL_LINKS: Array = [ { title: 'Your Tags',