mirror of
https://github.com/dergigi/boris.git
synced 2026-01-07 08:54:25 +01:00
chore(lint): satisfy react-hooks dependency in Explore; lints clean
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user