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