scripts/core/editor3/components/comments/CommentPopup.tsx
Function render
has 83 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const {comment} = this.props;
const {data} = comment;
const {replies, resolutionInfo} = data;
const isAuthor = data.email === this.currentUser;