EVOLUTION-NINJA
Edit File: button-types.js
export const BUTTON_TYPES = { postComment : "post-comment", postReply : "post-reply", replyToComment : "reply-to-comment", deleteComment : "delete-comment", editComment : "edit-comment", cancelChanges : "cancel-changes", saveChanges : "save-changes", };