Resolve "Update UI: creating comment and nested comments in the post"
Compare changes
Files
3@@ -11,6 +11,7 @@ const logger = getLogger('app');
@@ -32,6 +33,7 @@ export function useCommentMutation() {
@@ -45,6 +47,7 @@ export function useCommentMutation() {
@@ -70,6 +73,7 @@ export function useUpdateCommentMutation() {
@@ -83,6 +87,7 @@ export function useUpdateCommentMutation() {
@@ -93,6 +98,7 @@ export function useDeleteCommentMutation() {