don't remove list of tags/channels when navigating to discover page
This commit is contained in:
parent
ce9d265118
commit
b5ef840e1a
1 changed files with 0 additions and 3 deletions
|
@ -54,9 +54,6 @@ function SideNavigation(props: Props) {
|
|||
case `/$/${PAGES.TAGS_FOLLOWING}`:
|
||||
return SHOW_TAGS;
|
||||
|
||||
case `/$/${PAGES.DISCOVER}`:
|
||||
return null;
|
||||
|
||||
default:
|
||||
return sideInformation;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue