Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjeevLakhwani committed Sep 12, 2024
1 parent 8c0b1b9 commit af6432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Overview/PublicOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const PublicOverview = () => {
saveToLocalStorage(sections);
}, [sections]);

return !isContentPopulated || isFetchingAbout ? (
return !isContentPopulated || isFetchingOverviewData ? (
<Loader />
) : (
<>
Expand Down

0 comments on commit af6432a

Please sign in to comment.