Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/submission/components/ReadOnlyEditor/index.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const { expanded } = this.state;
    const { answerId, annotations, file, isUpdatingAnnotationAllowed } =
      this.props;
    const editorProps = {

There are no issues that match your filters.

Category
Status