diff --git a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx index 0253fdd1f5..eac753d9fa 100644 --- a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx +++ b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx @@ -92,7 +92,7 @@ export const CatalogPage: FC<{}> = () => { if (!location) return; window.open(location.target, '_blank'); }, - hidden: location ? location?.type !== 'github' : true, + hidden: location?.type !== 'github', }; }, (rowData: Entity) => {