Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladirico committed May 13, 2024
1 parent 6108f8c commit 8b11592
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ts/screens/profile/EmailInsertScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ const EmailInsertScreen = () => {
pipe(
email,
O.map(e => {
const newe = e;
updateEmail(newe as EmailString);
updateEmail(e as EmailString);
})
);
if (isFirstOnboarding) {
Expand Down

0 comments on commit 8b11592

Please sign in to comment.