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;