Skip to content

Commit

Permalink
showing correct profile info
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh12-99 committed Jan 11, 2024
1 parent 683d77c commit 2e3ca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/UserManagement/EditProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const EditProfile = () => {
const langObj = new FetchSupportedLanguagesAPI("TRANSLATION");
dispatch(APITransport(langObj));
// eslint-disable-next-line
}, []);
}, [id]);

useEffect(() => {
if (userData?.email && userData?.role) {
Expand Down

0 comments on commit 2e3ca12

Please sign in to comment.