This commit is contained in:
riley
2017-04-27 14:07:01 -06:00
parent 862355b0cd
commit 59ddde1856
@@ -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);