Skip to content

Commit

Permalink
Fix jitter on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Jun 14, 2023
1 parent af92600 commit 62b068a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeroSection/FavoriteRoadmaps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ export function FavoriteRoadmaps() {
}

useEffect(() => {
showProgressContainer();
loadProgress().finally(() => {
setIsLoading(false);
});
showProgressContainer();
}, []);

if (isPreparing) {
Expand Down

0 comments on commit 62b068a

Please sign in to comment.