NgZiXin / Orbital-6402

Team ID: 6402 (Apollo 11)
0 stars 0 forks source link

Profile page details not updating after user have edited their details #17

Closed YangQF2002 closed 2 weeks ago

YangQF2002 commented 2 weeks ago

Upon successfuly submitting the edit form, user details in the profile page are not being dynamically updated

YangQF2002 commented 2 weeks ago

Was able to resolve this by adding another useEffect hook (on top of the one added for #14) Refer to profile.tsx code for full details