diff --git a/app/[locale]/(public)/image/detail/[slug]/page.tsx b/app/[locale]/(public)/image/detail/[slug]/page.tsx index 21ec2a62..b76d52bc 100644 --- a/app/[locale]/(public)/image/detail/[slug]/page.tsx +++ b/app/[locale]/(public)/image/detail/[slug]/page.tsx @@ -361,7 +361,8 @@ const DetailInfo = () => { // if (checkMessage == "") { // if (Number(userRoleId) < 1 || userRoleId == undefined) { // router.push("/auth/login"); - // } else { + // } + // else { // sendSuggestionChild(id); // } // } else {