Skip to content

Commit

Permalink
Merge pull request #2476 from the-canonizer/talentelgia-UX-1414
Browse files Browse the repository at this point in the history
Code Revert for Page Crash
  • Loading branch information
akuks authored Jan 16, 2025
2 parents cca998c + 41f055b commit a299138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ComponentPages/ProfileInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ const ProfileInfo = () => {
let res = await UpdateUserProfileInfo(values);
setgetAddress1(res?.data?.address_1);
if (res && res.status_code === 200) {
fetchUserProfileInfo();
message.success(res.message);
if (values?.default_algo) {
dispatch(
Expand Down

0 comments on commit a299138

Please sign in to comment.