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}