client/app/bundles/course/assessment/submission/components/ReadOnlyEditor/index.jsx
Function render
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { expanded } = this.state;
const { answerId, annotations, file, isUpdatingAnnotationAllowed } =
this.props;
const editorProps = {
- Create a ticketCreate a ticket