don't remove list of tags/channels when navigating to discover page

This commit is contained in:
Sean Yesmunt 2020-03-23 13:24:44 -04:00
parent ce9d265118
commit b5ef840e1a

View file

@ -54,9 +54,6 @@ function SideNavigation(props: Props) {
case `/$/${PAGES.TAGS_FOLLOWING}`:
return SHOW_TAGS;
case `/$/${PAGES.DISCOVER}`:
return null;
default:
return sideInformation;
}