Skip to content

Commit

Permalink
FIX slight bug in callback
Browse files Browse the repository at this point in the history
  • Loading branch information
dolf321 committed Aug 25, 2023
1 parent 4629b79 commit 6367cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/core/public/Forum/Forum.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default function Forum() {
refreshSelectedPost();
})
.catch(standardErrorHandler(enqueueSnackbar));
}, []);
}, [selectedPost]);

return (
<StandardLayout>
Expand Down

0 comments on commit 6367cd1

Please sign in to comment.