From bf310bd05cff85dd2012b9fdc6a3e983be08d196 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 21 Jan 2021 15:54:27 +0100 Subject: [PATCH 1/3] chore: remove the banner from the catalog page for now --- plugins/catalog/src/components/CatalogPage/CatalogPage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx index 077e1f092f..afb812ed06 100644 --- a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx +++ b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx @@ -36,7 +36,6 @@ import { CatalogTable } from '../CatalogTable/CatalogTable'; import { ResultsFilter } from '../ResultsFilter/ResultsFilter'; import CatalogLayout from './CatalogLayout'; import { CatalogTabs, LabeledComponentType } from './CatalogTabs'; -import { WelcomeBanner } from './WelcomeBanner'; import { useOwnUser } from '../useOwnUser'; import { isOwnerOf } from '../isOwnerOf'; @@ -157,7 +156,6 @@ const CatalogPageContents = () => { onChange={({ label }) => setSelectedTab(label)} /> -