diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index 20bd66667..9e257a7e7 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -230,12 +230,13 @@ function SideNavigation(props: Props) { SIDE_LINKS.push(HOME); SIDE_LINKS.push(RECENT_FROM_FOLLOWING); - SIDE_LINKS.push(...FULL_LINKS); if (EXTRA_SIDEBAR_LINKS) { SIDE_LINKS.push(...EXTRA_SIDEBAR_LINKS); } + SIDE_LINKS.push(...FULL_LINKS); + const [pulseLibrary, setPulseLibrary] = React.useState(false); const isPersonalized = !IS_WEB || isAuthenticated; const isAbsolute = isOnFilePage || isMediumScreen;