Skip to content

Commit

Permalink
Merge pull request #2480 from the-canonizer/ITR8-Frontend
Browse files Browse the repository at this point in the history
Itr8 frontend
  • Loading branch information
akuks authored Jan 16, 2025
2 parents 7f14d3e + a299138 commit 2232a9e
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 2232a9e

Please sign in to comment.