mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 22:28:32 +01:00
Fix jitter on homepage
This commit is contained in:
parent
af926002e9
commit
62b068a94a
@ -75,10 +75,10 @@ export function FavoriteRoadmaps() {
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
showProgressContainer();
|
||||
loadProgress().finally(() => {
|
||||
setIsLoading(false);
|
||||
});
|
||||
showProgressContainer();
|
||||
}, []);
|
||||
|
||||
if (isPreparing) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user