From 932735f9238db07b331b1b26328624247371c3d6 Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Mon, 2 Dec 2024 17:51:19 +0800 Subject: [PATCH] Fix: version 1.2.12 --- src/app_modules/auth/splash/view.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app_modules/auth/splash/view.tsx b/src/app_modules/auth/splash/view.tsx index aa71976b..5108f27d 100644 --- a/src/app_modules/auth/splash/view.tsx +++ b/src/app_modules/auth/splash/view.tsx @@ -8,11 +8,11 @@ import { useRouter } from "next/navigation"; export default function SplashScreen() { const router = useRouter(); - useShallowEffect(() => { - setTimeout(() => { - router.push("/dev/home", { scroll: false }); - }, 1000); - }, []); + // useShallowEffect(() => { + // setTimeout(() => { + // router.push("/dev/home", { scroll: false }); + // }, 1000); + // }, []); return ( <>