diff --git a/app/my/editUserProfile/selectUserProfileItem/page.js b/app/my/editUserProfile/selectUserProfileItem/page.js index 95d2c5a..52326a8 100644 --- a/app/my/editUserProfile/selectUserProfileItem/page.js +++ b/app/my/editUserProfile/selectUserProfileItem/page.js @@ -107,9 +107,6 @@ export default function SelectUserProfileItem() { style={{ maxWidth: "12px" }} size="xl" className=" ml-2" - onClick={() => { - router.push("my/editUserProfile/editUserName"); - }} /> diff --git a/app/my/setting/aboutUs/page.js b/app/my/setting/aboutUs/page.js index 516747d..b425522 100644 --- a/app/my/setting/aboutUs/page.js +++ b/app/my/setting/aboutUs/page.js @@ -82,9 +82,6 @@ export default function AboutUs() { style={{ maxWidth: "12px" }} size="sm" className="h-4 text-gray-300" - onClick={() => { - router.back(); - }} /> diff --git a/app/profile/[mid]/page.js b/app/profile/[mid]/page.js index 1994224..d589345 100644 --- a/app/profile/[mid]/page.js +++ b/app/profile/[mid]/page.js @@ -422,9 +422,6 @@ export default function PersonSpace() { size="xl" style={{ maxWidth: "12px" }} className="h-4" - onClick={() => { - router.back(); - }} />