show anonymousID in Posts and Comments

This commit is contained in:
Pete-Gerlach
2024-06-14 16:27:02 +02:00
parent 1ca4235283
commit 3f13bbdd19
2 changed files with 31 additions and 31 deletions

View File

@@ -23,7 +23,7 @@ const App = () => {
if(selectedPost) {
selectPost(posts.find(post => post.id === selectedPost.id));
}
}, [posts]);
}, [posts, selectedPost]);
const reload = async () => {