From 50ebdb2429f3ba12888f9c2a119aef5e7b63c5cb Mon Sep 17 00:00:00 2001 From: sabdayagra Date: Sun, 19 Jan 2025 21:57:27 +0700 Subject: [PATCH] fix: registration --- app/[locale]/(public)/image/detail/[slug]/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {