mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
Remove loading screen after getting all important data
This commit is contained in:
parent
96a993ba79
commit
b6e1ce938f
@ -25,6 +25,7 @@ const Startup = (obj) => {
|
||||
dispatch(getBlockchainData());
|
||||
dispatch(getCurrentOrchestratorInfo());
|
||||
});
|
||||
setIsLoaded(true);
|
||||
}
|
||||
|
||||
const refreshLogin = () => {
|
||||
@ -33,7 +34,6 @@ const Startup = (obj) => {
|
||||
dispatch(login());
|
||||
dispatch(getVisitorStats());
|
||||
});
|
||||
setIsLoaded(true);
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user