diff --git a/frontend/src/pages/DisplayProfile.jsx b/frontend/src/pages/DisplayProfile.jsx index 735d16d..86f54e3 100644 --- a/frontend/src/pages/DisplayProfile.jsx +++ b/frontend/src/pages/DisplayProfile.jsx @@ -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))