diff --git a/projects/ui/src/hooks/app/useBanner.tsx b/projects/ui/src/hooks/app/useBanner.tsx index 8eb1edf9f2..234a8281f8 100644 --- a/projects/ui/src/hooks/app/useBanner.tsx +++ b/projects/ui/src/hooks/app/useBanner.tsx @@ -15,13 +15,6 @@ const useBanner = () => { ); return useMemo(() => { - return ( - - BIP-38 Unripe liquidity migration is in process. Quotes will be affected - until the migration is complete. See Discord for more information. - - ); - // eslint-disable-next-line no-unreachable if (migrationNeeded === true) { return (