diff --git a/src/components/catalog/CatalogView.tsx b/src/components/catalog/CatalogView.tsx index 115d2892..1cfbe184 100644 --- a/src/components/catalog/CatalogView.tsx +++ b/src/components/catalog/CatalogView.tsx @@ -55,7 +55,6 @@ export const CatalogView: FC<{}> = props => setActiveNodes([]); setSearchResult(null); setFrontPageItems([]); - setIsVisible(true); }); }, []);