Skip to content

Commit

Permalink
fix(verify): show verify email when it should (#6324)
Browse files Browse the repository at this point in the history
  • Loading branch information
mperdomo-bc committed Mar 5, 2024
1 parent 4a6e8f9 commit 2a5879f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const StaticAnnouncementsContainer = () => {
}, 3000)
}

if (!emailVerified) return null
if (emailVerified) return null

return (
<Wrapper>
Expand Down

0 comments on commit 2a5879f

Please sign in to comment.