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}`:
|
case `/$/${PAGES.TAGS_FOLLOWING}`:
|
||||||
return SHOW_TAGS;
|
return SHOW_TAGS;
|
||||||
|
|
||||||
case `/$/${PAGES.DISCOVER}`:
|
|
||||||
return null;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return sideInformation;
|
return sideInformation;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue