Update App.tsx
This commit is contained in:
parent
4bffffa920
commit
e962437c49
|
|
@ -233,8 +233,8 @@ function App() {
|
|||
useEffect(() => {
|
||||
setTimeout(() => {
|
||||
setIsLoading(false);
|
||||
}, 3000);
|
||||
}, [socket]);
|
||||
}, 2000);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
if (!socket || !stations?.length) return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue