Skip to content

Commit

Permalink
clearlogs
Browse files Browse the repository at this point in the history
  • Loading branch information
imdeveshshukla committed Sep 3, 2024
1 parent b8fceaa commit 6cfc6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/DisplayProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const DisplayProfile = () => {
params: { key: username },
});
if(res.status==200){
console.log(res);
// console.log(res);

setUser(res.data);
dispatch(setProfileInfo(res.data))
Expand Down

0 comments on commit 6cfc6fb

Please sign in to comment.