Fix catalog opening when reset

This commit is contained in:
Bill 2022-03-16 02:29:18 -04:00
parent 85c344a4f1
commit 2a989bf6ce

View File

@ -55,7 +55,6 @@ export const CatalogView: FC<{}> = props =>
setActiveNodes([]);
setSearchResult(null);
setFrontPageItems([]);
setIsVisible(true);
});
}, []);