From f7a1d513de9e5540c0e6c91ba9b25e366fe4c99e Mon Sep 17 00:00:00 2001 From: Max Alekseenko Date: Fri, 12 Jan 2024 17:01:33 +0100 Subject: [PATCH] remove alerts from marketplace app page --- ui/shared/layout/LayoutApp.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/shared/layout/LayoutApp.tsx b/ui/shared/layout/LayoutApp.tsx index e2a169de9e..7f02e34df8 100644 --- a/ui/shared/layout/LayoutApp.tsx +++ b/ui/shared/layout/LayoutApp.tsx @@ -3,7 +3,6 @@ import React from 'react'; import type { Props } from './types'; import AppErrorBoundary from 'ui/shared/AppError/AppErrorBoundary'; -import HeaderAlert from 'ui/snippets/header/HeaderAlert'; import HeaderDesktop from 'ui/snippets/header/HeaderDesktop'; import HeaderMobile from 'ui/snippets/header/HeaderMobile'; @@ -19,7 +18,6 @@ const LayoutDefault = ({ children }: Props) => { paddingTop={{ base: 16, lg: 6 }} paddingX={{ base: 4, lg: 6 }} > -