Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/submission/containers/Annotations.jsx

Summary

Maintainability
B
6 hrs
Test Coverage

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

  render() {
    const { fieldVisible } = this.state;
    const {
      fileId,
      lineNumber,

Function mapDispatchToProps has 74 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function mapDispatchToProps(dispatch, ownProps) {
  const {
    match: {
      params: { submissionId },
    },

There are no issues that match your filters.

Category
Status