Skip to content

Commit

Permalink
Update web/libs/core/src/pages/AccountSettings/sections/PersonalInfo.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yyassi-heartex authored Mar 7, 2025
1 parent 7cac18d commit 66acccf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const PersonalInfo = () => {
if (!user) return;
const body = new FormData(e.currentTarget as HTMLFormElement);
const json = Object.fromEntries(body.entries());
console.log("json", json);
const response = await updateUser(json);

refetchUser();
Expand Down

0 comments on commit 66acccf

Please sign in to comment.