mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
semi
This commit is contained in:
@@ -64,7 +64,7 @@ export const setCommentStatus = graphql(SET_COMMENT_STATUS, {
|
||||
} else {
|
||||
comment.status = 'ACCEPTED';
|
||||
acceptedCount++;
|
||||
accepted = [comment, ...oldData.accepted]
|
||||
accepted = [comment, ...oldData.accepted];
|
||||
}
|
||||
|
||||
const premod = oldData.premod.filter(c => c.id !== commentId);
|
||||
|
||||
Reference in New Issue
Block a user