diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index 8e9e5b5ab..ebe58600e 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -359,7 +359,7 @@ function SideNavigation(props: Props) { ))} )} - {!SIMPLE_SITE && sidebarOpen && isPersonalized && followedTags && followedTags.length > 0 && ( + {sidebarOpen && isPersonalized && followedTags && followedTags.length > 0 && ( )} - {!SIMPLE_SITE && sidebarOpen && isPersonalized && followedTags && followedTags.length > 0 && ( + {sidebarOpen && isPersonalized && followedTags && followedTags.length > 0 && (