From 2a989bf6ce518c2cc4c230233ea262f876a5d6d2 Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 16 Mar 2022 02:29:18 -0400 Subject: [PATCH] Fix catalog opening when reset --- src/components/catalog/CatalogView.tsx | 1 - 1 file changed, 1 deletion(-) 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); }); }, []);