diff --git a/packages/blockchain-wallet-v4-frontend/src/components/Announcements/Static/index.tsx b/packages/blockchain-wallet-v4-frontend/src/components/Announcements/Static/index.tsx index 3c298f0ac8e..3c58c6de667 100644 --- a/packages/blockchain-wallet-v4-frontend/src/components/Announcements/Static/index.tsx +++ b/packages/blockchain-wallet-v4-frontend/src/components/Announcements/Static/index.tsx @@ -37,7 +37,7 @@ const StaticAnnouncementsContainer = () => { }, 3000) } - if (!emailVerified) return null + if (emailVerified) return null return (