chore(lint): satisfy react-hooks dependency in Explore; lints clean

This commit is contained in:
Gigi
2025-10-12 23:35:23 +02:00
parent 89d5ba4c37
commit 886d5ac08c

View File

@@ -116,7 +116,7 @@ const Explore: React.FC<ExploreProps> = ({ relayPool }) => {
}
loadBlogPosts()
}, [relayPool, activeAccount])
}, [relayPool, activeAccount, blogPosts.length])
const getPostUrl = (post: BlogPostPreview) => {
// Get the d-tag identifier