mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-11 03:34:00 +02:00
Fix jitter on homepage
This commit is contained in:
@@ -75,10 +75,10 @@ export function FavoriteRoadmaps() {
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
showProgressContainer();
|
||||
loadProgress().finally(() => {
|
||||
setIsLoading(false);
|
||||
});
|
||||
showProgressContainer();
|
||||
}, []);
|
||||
|
||||
if (isPreparing) {
|
||||
|
Reference in New Issue
Block a user