From 30e18a2d99ff1388c6f5aecf3a57fa0d95784e20 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 8 Sep 2020 15:46:06 -0400 Subject: [PATCH] fix rebase --- ui/component/sideNavigation/view.jsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index b20c01752..c33291bc3 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -312,6 +312,15 @@ function SideNavigation(props: Props) { ))} )} + {sidebarOpen && isPersonalized && followedTags && followedTags.length > 0 && ( + + )} )} @@ -378,6 +387,15 @@ function SideNavigation(props: Props) { ))} )} + {sidebarOpen && isPersonalized && followedTags && followedTags.length > 0 && ( + + )}