1
0
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:
Kamran Ahmed 2023-06-14 13:51:29 +01:00
parent af926002e9
commit 62b068a94a

View File

@ -75,10 +75,10 @@ export function FavoriteRoadmaps() {
}
useEffect(() => {
showProgressContainer();
loadProgress().finally(() => {
setIsLoading(false);
});
showProgressContainer();
}, []);
if (isPreparing) {