79155757

Date: 2024-11-04 14:14:55
Score: 1.5
Natty:
Report link

you can do it by using useRouter from next/navigation; use router.back() to go to back

 const handleCloseProfile = () => {
  router.back();

};

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Umair Younus