From b5ef840e1ad8b34848e4e059afddf582ae07c8bf Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 23 Mar 2020 13:24:44 -0400 Subject: [PATCH] don't remove list of tags/channels when navigating to discover page --- ui/component/sideNavigation/view.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index aa4d84a37..28e268177 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -54,9 +54,6 @@ function SideNavigation(props: Props) { case `/$/${PAGES.TAGS_FOLLOWING}`: return SHOW_TAGS; - case `/$/${PAGES.DISCOVER}`: - return null; - default: return sideInformation; }