From 680f3ceb3a9d4b23b4939bc3b0eb56f531017d99 Mon Sep 17 00:00:00 2001 From: Allison King Date: Mon, 17 Apr 2023 14:22:42 -0400 Subject: [PATCH] Remove notification banner from home page --- clients/admin-ui/src/home/HomeLayout.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/clients/admin-ui/src/home/HomeLayout.tsx b/clients/admin-ui/src/home/HomeLayout.tsx index 59eb42fd83..1059b1b5e7 100644 --- a/clients/admin-ui/src/home/HomeLayout.tsx +++ b/clients/admin-ui/src/home/HomeLayout.tsx @@ -5,7 +5,6 @@ import { ReactNode } from "react"; import Header from "~/features/common/Header"; import { NavTopBar } from "~/features/common/nav/v2/NavTopBar"; -import NotificationBanner from "~/features/common/NotificationBanner"; type HomeLayoutProps = { children: ReactNode; @@ -20,8 +19,6 @@ const HomeLayout: React.FC = ({ children, title }) => (
- {/* TODO: remove this in a future release (see https://github.com/ethyca/fides/issues/2844) */} - {children}