Skip to content

Commit

Permalink
remove bip-38 migration banner
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofromguy committed Oct 21, 2023
1 parent bb663cf commit 3809969
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions projects/ui/src/hooks/app/useBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ const useBanner = () => {
);

return useMemo(() => {
return (
<Banner>
BIP-38 Unripe liquidity migration is in process. Quotes will be affected
until the migration is complete. See Discord for more information.
</Banner>
);

// eslint-disable-next-line no-unreachable
if (migrationNeeded === true) {
return (
Expand Down

0 comments on commit 3809969

Please sign in to comment.