From 496b0257b0f012179b2b34264560968abca76232 Mon Sep 17 00:00:00 2001 From: Kakabay <2kakabayashyrberdyew@gmail.com> Date: Wed, 29 Jan 2025 18:31:10 +0500 Subject: [PATCH] testing --- app/(main)/lottery/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/(main)/lottery/page.tsx b/app/(main)/lottery/page.tsx index def0308..552e3be 100644 --- a/app/(main)/lottery/page.tsx +++ b/app/(main)/lottery/page.tsx @@ -43,9 +43,9 @@ const LotteryPage = () => { } }, [setAuth]); - if (!lotteryData?.errorMessage) { - router.replace("/lottery/auth"); - } + // if (!lotteryData?.errorMessage) { + // router.replace("/lottery/auth"); + // } return (