frontend/src/cms/components/projects/indexes/Item/index.js
Function render
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
let publishActionIcon;
let statusIcon;
if (this.props.accepted) {
publishActionIcon = <ActionVisibilityOff name="in-visible-icon" />;