From 886d5ac08ca058296b678ed9198e49024d4ed0da Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 12 Oct 2025 23:35:23 +0200 Subject: [PATCH] chore(lint): satisfy react-hooks dependency in Explore; lints clean --- src/components/Explore.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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