diff --git a/src/components/Explore.tsx b/src/components/Explore.tsx index 1c0ff642..cd57310f 100644 --- a/src/components/Explore.tsx +++ b/src/components/Explore.tsx @@ -116,7 +116,7 @@ const Explore: React.FC = ({ relayPool }) => { } loadBlogPosts() - }, [relayPool, activeAccount]) + }, [relayPool, activeAccount, blogPosts.length]) const getPostUrl = (post: BlogPostPreview) => { // Get the d-tag identifier