Skip to content

Commit

Permalink
setLoading false
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBonsignori committed Mar 22, 2024
1 parent ccdccf2 commit 9a60cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pages/BlogList.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const BlogList = ({ darkMode, toggleTheme }) => {
const blogs = mergeLocalAndDBBlogs(data.blogs);

setBlogPosts(blogs);
setLoading(false);
};

useEffect(() => {
Expand Down

0 comments on commit 9a60cf4

Please sign in to comment.