fix to not being able to reply to comments
This commit is contained in:
@@ -23,7 +23,7 @@ const App = () => {
|
||||
if(selectedPost) {
|
||||
selectPost(posts.find(post => post.id === selectedPost.id));
|
||||
}
|
||||
}, [posts, selectedPost]);
|
||||
}, [posts]);
|
||||
|
||||
|
||||
const reload = async () => {
|
||||
|
||||
Reference in New Issue
Block a user