From e962437c49b86030739670bfdef7bafb016d9e16 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:09:51 +0700 Subject: [PATCH] Update App.tsx --- FRONTEND/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FRONTEND/src/App.tsx b/FRONTEND/src/App.tsx index c44009f..6c0b5c6 100644 --- a/FRONTEND/src/App.tsx +++ b/FRONTEND/src/App.tsx @@ -233,8 +233,8 @@ function App() { useEffect(() => { setTimeout(() => { setIsLoading(false); - }, 3000); - }, [socket]); + }, 2000); + }, []); useEffect(() => { if (!socket || !stations?.length) return;