Skip to content

Commit

Permalink
Update Settings.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bandhan-majumder authored Feb 1, 2025
1 parent 15cd8df commit d6023de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/UserPortal/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export default function settings(): JSX.Element {
setItem('name', userFullName);
}
} catch (error: unknown) {
console.log(error);
errorHandler(t, error);
}
};
Expand Down

0 comments on commit d6023de

Please sign in to comment.